diff --git a/README.md b/README.md index c90d9fd15070aab3d8f608a19e0f26f6680f2256..9f3cf3fc97f32ad39f3a2f29d00ebdef6c54d1d0 100644 --- a/README.md +++ b/README.md @@ -309,6 +309,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). ## Cryptography * [cryptography](https://cryptography.io/en/latest/) - A package designed to expose cryptographic primitives and recipes to Python developers. +* [crypto-vinaigrette](https://github.com/aditisrinivas97/Crypto-Vinaigrette) - Quantum-resistent asymmetric key generation tool for digital signatures. * [paramiko](https://github.com/paramiko/paramiko) - The leading native Python SSHv2 protocol library. * [passlib](https://passlib.readthedocs.io/en/stable/) - Secure password storage/hashing library, very high level. * [pynacl](https://github.com/pyca/pynacl) - Python binding to the Networking and Cryptography (NaCl) library.