Try to use From impl declared in JubJub and Bls repos to convert between Scalar types. #294
Labels
area:cryptography
anything related to cryptographic primitives, hashing and ZKP
good first issue
Good for newcomers
status:minor
Low priority improvements
team:R&D
Research & Development (Cryptographic Protocol)
Milestone
We have a
From
impl which we use across all of our repos to go fromJubJubScalar
->BlsScalar
. But it is not used always in this repo. And we should do it.This was probably included in #292 & #255
See the lack of usage:
plonk/src/constraint_system/ecc/scalar_mul/fixed_base/mod.rs
Line 35 in a879624
The text was updated successfully, but these errors were encountered: