goRecrypt
goRecrypt copied to clipboard
Proxy Re-Encryption go implementation
Results
5
goRecrypt issues
Sort by
recently updated
recently updated
newest added
项目clone到本地,修改了不能运行,显示有木马病毒,感觉有问题
您好,请问如何运行啊?我这边在Vccode总是提醒有错误
Which PRE is used here? Is there any reference to original paper? Thanks!
In _RecreateKey_ phase, Bob calculate d by doing d = H3(X_{A} || pk_{B} || X_{A} ^ {sk_{B}}), I see author's code also do that.