Skip to content

Commit

Permalink
add note about binary encoded identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
OR13 committed Jan 3, 2024
1 parent 4d3b0c6 commit 47e8591
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/scitt/identifiers/scitt-identifiers.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,9 @@ describe('should produce a URL from a SCITT URN', () => {
// Returning wrapper encodings of scitt messages from SCRAPI that are not well formed data URLs is NOT RECOMMENDED.
// For example, it is not recommended to return custom base encodings that destructure scitt data URLs.
})
})
})

// SCITT does not require Text Encoded Identifiers (URLs or URNs)
// Binary Encoded Identifiers for URLs or URNs
// MAY be constructed according to __RFC__.
// SCRAPI does not define http interfaces for working with binary identifiers.

0 comments on commit 47e8591

Please sign in to comment.