Skip to content

bjornedstrom/aes-gcm-siv-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

aes-gcm-siv-py

This is a Python reference implementation of CFRG Internet-Draft "AES-GCM-SIV: Nonce Misuse-Resistant Authenticated Encryption". Draft 9: November 19, 2018. Tested with Python 2 and Python 3.

Do not use.

Usage

from reference import AES_GCM_SIV
obj = AES_GCM_SIV(key, nonce)
obj.encrypt(plaintext, aad)
...
obj.decrypt(ciphertext, aad)

License

This code is placed in the public domain.

About

Reference implementation of AES-GCM-SIV - Do Not Use

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages