secure-io / siv-go

Go implementation of AES-SIV-CMAC and AES-GCM-SIV
MIT License
6 stars 3 forks source link

add AES-GCM-SIV AEAD #5

Closed aead closed 5 years ago

aead commented 5 years ago

This commit adds the AES-GCM-SIV as proposed by the RFC-draft https://tools.ietf.org/html/draft-irtf-cfrg-gcmsiv-08

It adds a reference Go implementation (not optimized for speed), test vectors and examples.