Added Crypto-Vinaigrette under Python (#78)

pull/68/head
Aditi Srinivas 2019-01-29 12:19:42 +05:30 committed by Nikita Sobolev
parent 9f1865f9b0
commit dbcfbe7533
1 changed files with 1 additions and 0 deletions

View File

@ -323,6 +323,7 @@ encryption library providing MD5, SHA1, SHA2 hashing and HMAC functionality, as
- [bcrypt](https://github.com/pyca/bcrypt) - Modern password hashing for your software and your servers.
- [charm](https://github.com/JHUISI/charm) - Framework for rapidly prototyping cryptosystems.
- [Crypto-Vinaigrette](https://github.com/aditisrinivas97/Crypto-Vinaigrette) - Quantum resistant asymmetric key generation tool for digital signatures.
- [cryptography](https://cryptography.io/en/latest/) - Python library which exposes cryptographic recipes and primitives.
- [cryptopy](https://sourceforge.net/projects/cryptopy/) - Pure python implmentation of cryptographic algorithms and applications.
- [hashids](https://github.com/davidaurelio/hashids-python) - Implementation of [hashids](http://hashids.org) in Python.