secret-sharing.zip

时间:2023-06-30 15:37:03
【文件属性】:

文件名称:secret-sharing.zip

文件大小:13KB

文件格式:ZIP

更新时间:2023-06-30 15:37:03

go shamir

shamir秘密共享的算法,go语言版本的,其中包含了go实现大整数运算的一些基本操作的包(自己写的,大家可以补充)


【文件预览】:
go.mod
src
----test()
--------hello.go(2KB)
--------uint_tests.go(630B)
----secret_sharing()
--------primes.go(2KB)
--------polynomials.go(4KB)
--------sharing.go(2KB)
----SecretSharer()
--------SecretSharer.go(1KB)
----Structs()
--------struct.go(58B)
----Big()
--------charsets.go(2KB)
--------random.go(1KB)
--------operate.go(4KB)
.idea
----.gitignore(184B)
----workspace.xml(11KB)
----misc.xml(179B)
----modules.xml(287B)
----secret-sharing.iml(330B)

网友评论