The scalar in ecMul and ecMulGenerator (for JubjubPoint) is typed as a (native, BLS12-381) Field, but this is not the correct scalar field for Jubjub.
We should introduce a JubjubScalar type (see midnightntwrk/midnight-ledger#167).
This has already been encountered by users: https://github.com/midnightntwrk/midnight-security/issues/64.
The scalar in
ecMulandecMulGenerator(forJubjubPoint) is typed as a (native, BLS12-381)Field, but this is not the correct scalar field for Jubjub.We should introduce a
JubjubScalartype (see midnightntwrk/midnight-ledger#167).This has already been encountered by users: https://github.com/midnightntwrk/midnight-security/issues/64.