Skip to content

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

License

Notifications You must be signed in to change notification settings

secure-io/siv-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5ff4065 · Sep 22, 2018

History

15 Commits
Sep 2, 2018
Sep 18, 2018
Sep 2, 2018
Sep 2, 2018
Sep 22, 2018
Sep 22, 2018
Sep 18, 2018
Sep 22, 2018
Sep 22, 2018
Sep 18, 2018
Sep 18, 2018
Sep 18, 2018
Sep 18, 2018
Sep 22, 2018
Sep 22, 2018
Sep 22, 2018
Sep 18, 2018
Sep 22, 2018
Sep 22, 2018
Sep 13, 2018
Sep 14, 2018
Sep 14, 2018
Sep 18, 2018
Sep 13, 2018

Repository files navigation

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.

Releases

No releases published

Packages

No packages published