Gautam Botrel
Gautam Botrel
See * https://github.com/supranational/blst/issues/101#issuecomment-1015511522 * https://github.com/zkcrypto/bls12_381/issues/10 * https://github.com/mratsim/constantine/blob/e29e529f18e59115d8a19f69f5ec251f7cd869a9/constantine/math/pairing/lines_eval.nim#L31
See also #112 . Can reproduce on x86 machine with ``` go build -linkshared ./... ``` For small moduli (
w/ subgroup check on GT.
On `eddsa.PrivateKey`, `eddsa.PublicKey` and `eddsa.Signature`: * generate (by hand) a hex encoded serialized object with a previous `gnark-crypto` version, define it as const in one test. Add a test that...
Figure out best algorithm and implement. May be useful for `MultiExponentiation` with lots of `1` ( `gnark` circuit with binary decomposition for example) .