Open daira opened 6 years ago
https://github.com/zcash-hackworks/sapling-crypto/blob/21084bde2019c04bd34208e63c3560fe2c02fb0e/src/circuit/sapling/mod.rs#L467-L468
It is actually little-endian, as implemented in https://github.com/zcash-hackworks/sapling-crypto/blob/21084bde2019c04bd34208e63c3560fe2c02fb0e/src/circuit/sapling/mod.rs#L89-L93
There's another one here: https://github.com/zcash-hackworks/sapling-crypto/blob/21084bde2019c04bd34208e63c3560fe2c02fb0e/src/circuit/sapling/mod.rs#L264-L265
https://github.com/zcash-hackworks/sapling-crypto/blob/21084bde2019c04bd34208e63c3560fe2c02fb0e/src/circuit/sapling/mod.rs#L467-L468
It is actually little-endian, as implemented in https://github.com/zcash-hackworks/sapling-crypto/blob/21084bde2019c04bd34208e63c3560fe2c02fb0e/src/circuit/sapling/mod.rs#L89-L93