搜索资源列表
secretshare_java
- Shamir秘密分享算法的java实现,主要是使用平面上k点可以决定k-1次方的多项式,以k点为门槛值,应用Lagrange多项式插入方法的技术,回复原多项式,再求出主密钥。-Shamir secret sharing algorithm to achieve the java, is the use of the plane could be decided k k-1 power of the polynomial, a k-val
secretshare
- 多密钥共享方案Shamir Lagrange secret share-Shamir Lagrange secret share
CPP_RSA_secretshare
- 通过拉格朗日插值法实现了RSA多秘密共享-based on C++6.0 RSA muti-secretshare
SecretShare
- 门限算法(又名秘密共享算法)源程序,标准C实现,可直接跨平台移植。其中随机数的产生仅调用了rand()函数,建议实际使用时,修改随机数发生函数,至少前导加入srand( (unsigned)time( NULL -Threshold algorithm (also known as secret sharing algorithm) source, the standard C implementation, can be direct