Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 193 Bytes

readme.md

File metadata and controls

1 lines (1 loc) · 193 Bytes

本项目展示了两种基于双线性对构造vrf算法的方法,分别为Yevgeniy Dodis的方案(Vrf.java)和本人提出的方案(Vrf2.java),其中使用了jpbc库构造双线性群。