https://github.com/e-contract/shamir
https://github.com/e-contract/shamir
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/e-contract/shamir
- Owner: e-Contract
- License: apache-2.0
- Created: 2019-05-03T18:23:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-16T15:37:55.000Z (about 7 years ago)
- Last Synced: 2025-06-04T21:31:09.480Z (about 1 year ago)
- Language: Java
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shamir's Secret Sharing
A Java implementation of [Shamir's Secret Sharing
algorithm](http://en.wikipedia.org/wiki/Shamir's_Secret_Sharing) over GF(256).
This implementation is based on code from [Coda Hale](https://github.com/codahale/shamir).
## License
Distributed under the Apache License 2.0.