mirror of
https://github.com/taigrr/arc
synced 2025-01-18 04:33:13 -08:00
12 lines
427 B
Markdown
12 lines
427 B
Markdown
# sss (Shamir's Secret Sharing)
|
|
|
|
[](https://travis-ci.org/codahale/sss)
|
|
|
|
A pure Go implementation of
|
|
[Shamir's Secret Sharing algorithm](http://en.wikipedia.org/wiki/Shamir's_Secret_Sharing)
|
|
over GF(2^8).
|
|
|
|
Inspired by @hbs's [Python implementation](https://github.com/hbs/PySSSS).
|
|
|
|
For documentation, check [godoc](http://godoc.org/github.com/codahale/sss).
|