Calculate BLS Signature #699
Unanswered
LautaroLasorsa
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Have a look at https://github.com/ConsenSys/gnark/blob/develop/std/algebra/emulated/sw_bn254/doc_test.go#L91. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello everyone,
I am trying to implement a random test for a BLS circuit.
For that, I need to get a random Hash, a random generator G1 and a random Sk, and with that calculate the Signature and the Public Key.
For the first part, I use random strings, but i am not sure if it is correct.
For the second part, I dont know what I have to do.
Thanks in advance for the help.
Beta Was this translation helpful? Give feedback.
All reactions