Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/briansipos/cose-gmac-kmac
GMAC and KMAC for COSE and JOSE
https://github.com/briansipos/cose-gmac-kmac
cose
Last synced: 14 days ago
JSON representation
GMAC and KMAC for COSE and JOSE
- Host: GitHub
- URL: https://github.com/briansipos/cose-gmac-kmac
- Owner: BrianSipos
- Created: 2024-11-20T13:21:15.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-13T03:38:23.000Z (23 days ago)
- Last Synced: 2024-12-13T04:22:34.939Z (23 days ago)
- Topics: cose
- Language: CMake
- Homepage: https://briansipos.github.io/cose-gmac-kmac/draft-sipos-cose-gmac-kmac.html
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GMAC and KMAC for COSE and JOSE
The internet-draft is tracked as [draft-sipos-cose-gmac-kmac](https://datatracker.ietf.org/doc/draft-sipos-cose-gmac-kmac/).
A local build of the current main branch is available [draft-sipos-cose-gmac-kmac.html](https://briansipos.github.io/cose-gmac-kmac/draft-sipos-cose-gmac-kmac.html).
A difference from the datatracker draft and this local version can be [viewed side-by-side](https://author-tools.ietf.org/diff?doc_1=draft-sipos-cose-gmac-kmac&url_2=https://briansipos.github.io/cose-gmac-kmac/draft-sipos-cose-gmac-kmac.txt&raw=1).Prerequisites to building can be installed on Ubuntu with:
```
sudo apt-get install -y cmake python3-pip python3-wheel ruby xmlstarlet aspell
pip3 install xml2rfc
```
and then the document can be built with
```
cmake -S . -B build/default
cmake --build build/default
```
finally opened with
```
xdg-open build/default/draft-*.html
```