Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```