From dbcfbe7533ec5cc32054640351cd1023993545d0 Mon Sep 17 00:00:00 2001 From: Aditi Srinivas Date: Tue, 29 Jan 2019 12:19:42 +0530 Subject: [PATCH] Added Crypto-Vinaigrette under Python (#78) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7450716..6afc400 100644 --- a/README.md +++ b/README.md @@ -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.