Sssa-golang
Shamir秘密共享算法在Go中的实现
Copyright (C) 2015 Alexander Scheel, Joel May, Matthew Burket
See Contributors.md for a complete list of contributors.
Licensed under the MIT License.
用法
注意:该库仅用于Go语言中SSS的纯实现; 如果您正在寻找SSSaaS的API库,请。
sssa.Create(minimum int, shares int, raw string) - creates a set of shares
sssa.Combine(shares []string) - combines shares into secret
有关更多详细文档,请查阅docs / sssa.md。
2022-07-08 10:40:20
11KB
Go
1