An open API service indexing awesome lists of open source software.

https://github.com/e-contract/shamir


https://github.com/e-contract/shamir

Last synced: 12 months ago
JSON representation

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.