I wanted to make a companion issue on this repo to this one here: zkcrypto/group#78
Notably the wNAF implementation there assumes to_repr always returns little endian. There may be changes necessary here so it's possible to consistently iterate over the bits of a scalar in little endian order, and I just wanted to make sure that got considered before a release.
FWIW we're doing this hack in @RustCrypto for now, which it would be great to get rid of so we can migrate to the upstream ff: RustCrypto#10
I wanted to make a companion issue on this repo to this one here: zkcrypto/group#78
Notably the wNAF implementation there assumes
to_repralways returns little endian. There may be changes necessary here so it's possible to consistently iterate over the bits of a scalar in little endian order, and I just wanted to make sure that got considered before a release.FWIW we're doing this hack in @RustCrypto for now, which it would be great to get rid of so we can migrate to the upstream
ff: RustCrypto#10