zkcrypto / bls12_381

Implementation of the BLS12-381 pairing-friendly elliptic curve group
Other
304 stars 178 forks source link

Reduce stack usage during final exponentiation step #126

Open randombit opened 7 months ago

randombit commented 7 months ago

This removes several Fp12 temporary variables which makes it easier to use this crate on hardware with a limited stack (in this instance a Ledger hardware device)