@@ -43,16 +43,16 @@ As a starting point, you will most probably want `xdsa` for digital signatures,
4343| ----------| -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------| --------------------------|
4444| ` argon2 ` | Argon2id password hashing ([ RFC-9106] ( https://datatracker.ietf.org/doc/html/rfc9106 ) ) | |
4545| ` cbor ` | CBOR serialization with derive macros ([ RFC-8949] ( https://datatracker.ietf.org/doc/html/rfc8949 ) ) | |
46- | ` cose ` | COSE signed/encrypted envelopes ([ RFC-8152] ( https://datatracker.ietf.org/doc/html/rfc8152 ) ) | ` cbor ` , ` xhpke ` |
46+ | ` cose ` | COSE signed/encrypted envelopes ([ RFC-8152] ( https://datatracker.ietf.org/doc/html/rfc8152 ) ) | ` cbor ` , ` xdsa ` , ` xhpke ` |
47+ | ` cwt ` | CWT signed credentials/attestations ([ RFC-8392] ( https://datatracker.ietf.org/doc/html/rfc8392 ) ) | ` cose ` |
4748| ` eddsa ` | Ed25519 signatures ([ RFC-8032] ( https://datatracker.ietf.org/doc/html/rfc8032 ) ) | ` pem ` |
4849| ` hkdf ` | HKDF key derivation with SHA-256 ([ RFC-5869] ( https://datatracker.ietf.org/doc/html/rfc5869 ) ) | |
4950| ` mldsa ` | ML-DSA-65 post-quantum signatures ([ FIPS-204] ( https://csrc.nist.gov/pubs/fips/204/final ) ) | ` pem ` |
5051| ` pem ` | PEM encoding for keys and certificates ([ RFC-7468] ( https://datatracker.ietf.org/doc/html/rfc7468 ) ) | |
5152| ` rand ` | Random number generation utilities | |
5253| ` rsa ` | RSA-2048 signatures with SHA-256 ([ RFC-8017] ( https://datatracker.ietf.org/doc/html/rfc8017 ) ) | ` pem ` |
5354| ` stream ` | STREAM chunked encryption (Age-compatible) | |
54- | ` x509 ` | X.509 certificate creation and parsing ([ RFC-5280] ( https://datatracker.ietf.org/doc/html/rfc5280 ) ) | ` xdsa ` |
55- | ` xdsa ` | Composite signatures (EdDSA + ML-DSA) ([ DRAFT] ( https://datatracker.ietf.org/doc/html/draft-ietf-lamps-pq-composite-sigs ) ) | ` eddsa ` , ` mldsa ` , ` x509 ` |
55+ | ` xdsa ` | Composite signatures (EdDSA + ML-DSA) ([ DRAFT] ( https://datatracker.ietf.org/doc/html/draft-ietf-lamps-pq-composite-sigs ) ) | ` pem ` , ` eddsa ` , ` mldsa ` |
5656| ` xhpke ` | Hybrid encryption with X-Wing KEM ([ RFC-9180] ( https://datatracker.ietf.org/doc/html/rfc9180 ) , [ DRAFT] ( https://datatracker.ietf.org/doc/html/draft-connolly-cfrg-xwing-kem ) ) | ` xdsa ` |
5757
5858## Derive Cbor
0 commit comments