文件名称: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-value of the threshold, Application of Lagrange polynomial method of technology insertion to restore the original polynomial, then calculated the main key.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 95302926secretshare_java.rar 列表 ShareFrame.java ShareSec.java Item.java ItemComparator.java Polynomial.java