https://github.com/or13/jwp-mdt
Merkle Proof Selective Disclosure for JOSE and COSE
https://github.com/or13/jwp-mdt
Last synced: about 1 year ago
JSON representation
Merkle Proof Selective Disclosure for JOSE and COSE
- Host: GitHub
- URL: https://github.com/or13/jwp-mdt
- Owner: OR13
- License: apache-2.0
- Created: 2021-10-17T17:14:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-18T17:09:30.000Z (over 4 years ago)
- Last Synced: 2025-02-13T19:49:13.689Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://or13.github.io/jwp-mdt/
- Size: 84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Json Web Proof Merkle Disclosure Token
[Latest Draft](https://or13.github.io/jwp-mdt/)
Json Web Proof Merkle Disclosure Token is a bucket for
organizing merkle proof encodings for JOSE and COSE.
The spec does way to much in one place currently,
hopefully we can find other IETF specs to delegate to.
Specifically [JWP](https://github.com/json-web-proofs/json-web-proofs)
## Contributing
The main specification is written in the markdown, however to preview the changes you have made in the final format, the following steps can be followed.
The tool `markdown2rfc` is used to convert the raw markdown representation to both an HTML and XML format. In order to run this tool you must have [docker](https://www.docker.com/) installed.
### Updating Docs
Update `spec.md` file with your desired changes.
Run the following to compile the new txt into the output HTML.
`./scripts/build-html.sh`
### See Also
- [bbs-signatures-spec](https://github.com/mattrglobal/bbs-signatures-spec)