Skip to content
This repository has been archived by the owner on Feb 25, 2021. It is now read-only.

Latest commit

 

History

History

aead

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Authenticated Encryption with Additional Data

This crate provides the rust trait equivilent of the AEAD API defined in RFC5116. As a result, it should provide nearly drop-in support for any compliant AEAD scheme, including AES-GCM, AES-CCM, ChaCha20-Poly1305, AES-CBC-HMAC, etc.