kriskwiatkowski / nobs

Implementation of cryptographic primitives in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add AES-GCM-SIV

kriskwiatkowski opened this issue · comments

I may need it soon

Right Go's crypto doesnt include SIV yet, so we're using miscreant (https://github.com/miscreant/miscreant).

EAX prime is part of ANSI C12.22, but not NIST/FIPS like SIV. SIV is covered in two RFCs
https://tools.ietf.org/html/rfc5297
https://tools.ietf.org/html/rfc8452

library is shifting into PQ support, so that's not really needed anymore