diff --git a/book.toml b/book.toml index aae194e0..b81433a9 100644 --- a/book.toml +++ b/book.toml @@ -23,4 +23,4 @@ exclude = ['en\.bitcoin\.it', 'github\.com/LibertyDSNP/spec', 'w3\.org'] enable = true # https://github.com/jonahgoldwastaken/mdbook-external-links -[preprocessor.external-links] +# [preprocessor.external-links] diff --git a/pages/DSNP/UserData.md b/pages/DSNP/UserData.md index 81bef10c..6dccffaa 100644 --- a/pages/DSNP/UserData.md +++ b/pages/DSNP/UserData.md @@ -15,9 +15,9 @@ DSNP implementations MUST support the following User Data Types: | System Name | Version | Encryption Algorithm | Compression Codec | Avro Object Type | | --- | --- | --- | --- | --- | -| `publicFollows` | 1.2 | NONE | [`DEFLATE`](https://en.wikipedia.org/wiki/Deflate) | [GraphEdge](Types/GraphEdge.md) | -| `privateFollows` | 1.2 | `curve25519xsalsa20poly1305` | [`DEFLATE`](https://en.wikipedia.org/wiki/Deflate) | [GraphEdge](Types/GraphEdge.md) | -| `privateConnections` | 1.2 | `curve25519xsalsa20poly1305` | [`DEFLATE`](https://en.wikipedia.org/wiki/Deflate) | [GraphEdge](Types/GraphEdge.md) | +| `publicFollows` | 1.2 | NONE | `DEFLATE` | [GraphEdge](Types/GraphEdge.md) | +| `privateFollows` | 1.2 | `curve25519xsalsa20poly1305` | `DEFLATE` | [GraphEdge](Types/GraphEdge.md) | +| `privateConnections` | 1.2 | `curve25519xsalsa20poly1305` | `DEFLATE` | [GraphEdge](Types/GraphEdge.md) | | `privateConnectionPRIds` | 1.2 | NONE | NONE | [PRId](Types/PRId.md) | | `keyAgreementPublicKeys` | 1.3 | NONE | NONE | [PublicKey](Types/PublicKeyUserData.md) | | `assertionMethodPublicKeys` | 1.3 | NONE | NONE | [PublicKey](Types/PublicKeyUserData.md) |