https://github.com/ceramicnetwork/go-dag-jose
https://github.com/ceramicnetwork/go-dag-jose
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ceramicnetwork/go-dag-jose
- Owner: ceramicnetwork
- License: mit
- Created: 2020-09-14T16:28:21.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T18:29:24.000Z (over 1 year ago)
- Last Synced: 2025-06-30T12:49:05.998Z (12 months ago)
- Language: Go
- Size: 194 KB
- Stars: 9
- Watchers: 7
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# go-dag-jose
This is an implementation of the IPLD [dag-jose codec](https://ipld.io/specs/codecs/dag-jose/spec/).
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