From 4a5f326e77b461fede563dec38adf7d7d73a1dd4 Mon Sep 17 00:00:00 2001 From: Alok Menghrajani <441307+alokmenghrajani@users.noreply.github.com> Date: Sun, 30 Jul 2023 13:38:20 +0200 Subject: [PATCH] Fixes typo in README.md (#190) s/implmentation/implementation/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.