Go to file
Tux ceec8ad8ed
Merge pull request #33 from tuxxy/aead-dem
Implement cryptography.io's AEAD for ChaCha20-Poly1305 in the UmbralDEM
2018-01-26 00:21:31 -07:00
tests Use constants in tests and add comment 2018-01-25 17:06:17 -07:00
umbral Merge pull request #33 from tuxxy/aead-dem 2018-01-26 00:21:31 -07:00
.gitignore Add .gitignore 2017-12-23 13:13:08 -07:00
README.md Rename repo and README 2017-12-29 13:47:10 -07:00
setup.py Implement method save_key for UmbralPrivateKey with key encryption using Scrypt-Salsa20-Poly1305 2018-01-19 06:08:39 -07:00
tox.ini Basic setup 2017-12-28 02:06:20 +01:00

README.md

PyUmbral

Python implementation of Umbral using OpenSSL and Cryptography.io