Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/briansipos/cose-gmac
AES-GMAC for COSE
https://github.com/briansipos/cose-gmac
cose ietf
Last synced: about 7 hours ago
JSON representation
AES-GMAC for COSE
- Host: GitHub
- URL: https://github.com/briansipos/cose-gmac
- Owner: BrianSipos
- Created: 2024-11-20T13:21:15.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-23T14:46:54.000Z (9 days ago)
- Last Synced: 2025-01-23T15:34:26.735Z (9 days ago)
- Topics: cose, ietf
- Language: CMake
- Homepage: https://briansipos.github.io/cose-gmac-kmac/draft-sipos-cose-gmac.html
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AES-GMAC for COSE
The internet-draft is tracked as [draft-sipos-cose-gmac](https://datatracker.ietf.org/doc/draft-sipos-cose-gmac/).
A local build of the current main branch is available [draft-sipos-cose-gmac.html](https://briansipos.github.io/cose-gmac/draft-sipos-cose-gmac.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&url_2=https://briansipos.github.io/cose-gmac/draft-sipos-cose-gmac.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
```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
```