Consensys / gnark

gnark is a fast zk-SNARK library that offers a high-level API to design circuits. The library is open source and developed under the Apache 2.0 license
https://hackmd.io/@gnark
Apache License 2.0
1.4k stars 358 forks source link

use GLV scalar multiplication for std/bandersnatch #196

Open yelhousni opened 2 years ago

yelhousni commented 2 years ago

scalar multiplication on bandersnatch in gnark-crypto uses endomorphism-based acceleration. gnark/std should do the same with hints for scalar decomposition.

yelhousni commented 2 years ago

263

gbotrel commented 2 years ago

Related to #268