/siv-go

Go implementation of AES-SIV-CMAC and AES-GCM-SIV

Primary LanguageGoMIT LicenseMIT

Godoc Reference Build Status

Warning - This package is just an experimental proof-of-concept implementation. This implementation is currently not optimized for performance or (side channel) security.

SIV

Synthetic Initialization Vector (SIV) is an nonce-misuse resistant authenticated encryption scheme specified in RFC 5297 using AES and CMAC.