mirage / mirage-crypto

Cryptographic primitives for OCaml, in OCaml (also used in MirageOS)
ISC License
77 stars 43 forks source link

mirage-crypto: improve AEAD API, provide tag_size and of_secret #171

Closed hannesm closed 1 year ago

hannesm commented 1 year ago

this provides CCM only with mac length / tag size of 16 bytes, all other possible mac sizes are not exposed.

first commit is first half of #73