Нет описания

Rod Hynes 906f206cfa Squashed 'psiphon/common/sss/' content from commit 0cb9f6d 8 лет назад
.gitignore 906f206cfa Squashed 'psiphon/common/sss/' content from commit 0cb9f6d 8 лет назад
.travis.yml 906f206cfa Squashed 'psiphon/common/sss/' content from commit 0cb9f6d 8 лет назад
LICENSE 906f206cfa Squashed 'psiphon/common/sss/' content from commit 0cb9f6d 8 лет назад
README.md 906f206cfa Squashed 'psiphon/common/sss/' content from commit 0cb9f6d 8 лет назад
gf256.go 906f206cfa Squashed 'psiphon/common/sss/' content from commit 0cb9f6d 8 лет назад
gf256_test.go 906f206cfa Squashed 'psiphon/common/sss/' content from commit 0cb9f6d 8 лет назад
polynomial.go 906f206cfa Squashed 'psiphon/common/sss/' content from commit 0cb9f6d 8 лет назад
polynomial_test.go 906f206cfa Squashed 'psiphon/common/sss/' content from commit 0cb9f6d 8 лет назад
sss.go 906f206cfa Squashed 'psiphon/common/sss/' content from commit 0cb9f6d 8 лет назад
sss_test.go 906f206cfa Squashed 'psiphon/common/sss/' content from commit 0cb9f6d 8 лет назад

README.md

sss (Shamir's Secret Sharing)

Build Status

A pure Go implementation of Shamir's Secret Sharing algorithm over GF(2^8).

Inspired by @hbs's Python implementation.

For documentation, check godoc.