https://github.com/avahowell/rust-shamir
secret sharing in rust
https://github.com/avahowell/rust-shamir
cryptography mathematics secret-sharing
Last synced: about 1 year ago
JSON representation
secret sharing in rust
- Host: GitHub
- URL: https://github.com/avahowell/rust-shamir
- Owner: avahowell
- Created: 2019-12-15T16:39:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-23T12:33:09.000Z (over 6 years ago)
- Last Synced: 2025-04-13T18:13:45.499Z (about 1 year ago)
- Topics: cryptography, mathematics, secret-sharing
- Language: Rust
- Homepage:
- Size: 6.84 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rust-shamir
Implementation of (non-verifiable) secret sharing in Rust using fully [constant-time](https://www.bearssl.org/constanttime.html) arithmetic.