Golang symmetric encryption library
-
Updated
Aug 26, 2024 - Go
Golang symmetric encryption library
Go implementation of AES-SIV-CMAC and AES-GCM-SIV
AES-GCM-SIV per RFC 8452
Package xaes256gcm implements the XAES-256-GCM extended-nonce AEAD.
An implementation of Online Authenticated Encryption construction.
TTAK.KO-12.0223 Lightweight Encryption Algorithm (ISO/IEC 29192-2:2019) with Galois/Counter Mode (LEA-GCM)
authenticated encryption on the commandline using a chunked construction similar to intermaclib
A lightweight AEAD stream cipher submitted to the CAESAR competition for authenticated ciphers. A Lightweight Encryption Scheme for IoT Devices
Add a description, image, and links to the aead topic page so that developers can more easily learn about it.
To associate your repository with the aead topic, visit your repo's landing page and select "manage topics."