mirror of
https://github.com/sobolevn/awesome-cryptography.git
synced 2026-03-09 07:24:33 -05:00
[PR #153] [MERGED] Add ecdsa to Python's section #164
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sobolevn/awesome-cryptography/pull/153
Author: @lk-geimfari
Created: 12/11/2021
Status: ✅ Merged
Merged: 12/11/2021
Merged by: @sobolevn
Base:
master← Head:master📝 Commits (3)
88ce065Add Password4j to Java3cd15dbMerge branch 'sobolevn:master' into master3e1d7aeUpdate README.md📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
This is an easy-to-use implementation of ECC (Elliptic Curve Cryptography) with support for ECDSA (Elliptic Curve Digital Signature Algorithm) and ECDH (Elliptic Curve Diffie-Hellman), implemented purely in Python, released under the MIT license. With this library, you can quickly create key pairs (signing key and verifying key), sign messages, and verify the signatures. You can also agree on a shared secret key based on exchanged public keys. The keys and signatures are very short, making them easy to handle and incorporate into other protocols.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.