Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 501 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 501 Bytes

go-dag-jose

This is an implementation of the IPLD dag-jose codec.

Data that is encoded using the dag-jose codec is guaranteed to be a CBOR encoding of the general serialization of either a JWE or a JWS.

Module initialization registers the dagjose.Encode and dagjose.Decode with go-ipld-prime.

TODOs

  • Add support for "compact" JWE/JWS serialization
  • Add CI pipeline
  • Add support for comparing recursive types in unit tests