https://github.com/utkarshg6/shamir-secret-sharing
Shamir's Secret Sharing Algorithm is an algorithm in cryptography created by Adi Shamir. This repository is the python implementation of the algorithm.
https://github.com/utkarshg6/shamir-secret-sharing
algorithm python
Last synced: 3 months ago
JSON representation
Shamir's Secret Sharing Algorithm is an algorithm in cryptography created by Adi Shamir. This repository is the python implementation of the algorithm.
- Host: GitHub
- URL: https://github.com/utkarshg6/shamir-secret-sharing
- Owner: utkarshg6
- License: gpl-3.0
- Created: 2020-12-20T10:35:44.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-20T10:46:41.000Z (almost 5 years ago)
- Last Synced: 2025-04-04T14:14:22.518Z (6 months ago)
- Topics: algorithm, python
- Language: Jupyter Notebook
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shamir-secret-sharing
Shamir's Secret Sharing Algorithm is an algorithm in cryptography created by Adi Shamir. This repository is the python implementation of the algorithm.