diff --git a/README.md b/README.md index 4ff22e0..435209b 100644 --- a/README.md +++ b/README.md @@ -355,7 +355,7 @@ encryption library providing MD5, SHA1, SHA2 hashing and HMAC functionality, as - [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. +- [cryptopy](https://sourceforge.net/projects/cryptopy/) - Pure python implementation of cryptographic algorithms and applications. - [django-cryptography](https://github.com/georgemarshall/django-cryptography) - Easily encrypt data in Django. - [ecdsa](https://github.com/tlsfuzzer/python-ecdsa) - An easy-to-use implementation of ECC with support for ECDSA and ECDH. - [hashids](https://github.com/davidaurelio/hashids-python) - Implementation of [hashids](http://hashids.org) in Python.