Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
应用:
加密的数据一般为32位整数,主要问题在于解决解密中的ECDLP暴力破解性能问题(其实也没啥好办法,就是预计算)。
https://github.com/coinbase/kryptology/blob/eef703320df46f97e86ead4eff178b095181b0ec/pkg/verenc/elgamal/proof_enc.go
参考:
一个不可实际使用的ECDLP暴力破解实现:https://github.com/guanzhi/GmSSL/blob/085a4d131033dc514b1f9f050c1132e4df32fa30/src/sm2_elgamal.c#L74
Beta Was this translation helpful? Give feedback.
All reactions