[PR #153] [MERGED] Add ecdsa to Python's section #164

Closed
opened 2025-11-06 09:11:00 -06:00 by GiteaMirror · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (3)

  • 88ce065 Add Password4j to Java
  • 3cd15db Merge branch 'sobolevn:master' into master
  • 3e1d7ae Update 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.

## 📋 Pull Request Information **Original PR:** https://github.com/sobolevn/awesome-cryptography/pull/153 **Author:** [@lk-geimfari](https://github.com/lk-geimfari) **Created:** 12/11/2021 **Status:** ✅ Merged **Merged:** 12/11/2021 **Merged by:** [@sobolevn](https://github.com/sobolevn) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`88ce065`](https://github.com/sobolevn/awesome-cryptography/commit/88ce0654d761562a366e93af556c8999587bff2b) Add Password4j to Java - [`3cd15db`](https://github.com/sobolevn/awesome-cryptography/commit/3cd15dbb8fec50bbb147deef8a9e12b9b7e833a9) Merge branch 'sobolevn:master' into master - [`3e1d7ae`](https://github.com/sobolevn/awesome-cryptography/commit/3e1d7aeaa3c20af654c7fe498f809c67a5d7bf68) Update README.md ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 09:11:00 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-cryptography#164