Go to file
Jack Grigg d94482d5ac zcash_note_encryption: s/TryFrom/From on ExtractedCommitmentBytes bound
This was left over from an earlier refactor where we could call a domain
API to extract cmstar from a note commitment (which could fail for
Orchard). This part of extraction was subsequently refactored into the
domain logic (and is rejected earlier for Orchard). The resulting bound
is wrong because it's always possible to serialize a scalar.


Extracted from: ee2b96c82d
2021-05-28 22:57:48 +01:00
src zcash_note_encryption: s/TryFrom/From on ExtractedCommitmentBytes bound 2021-05-28 22:57:48 +01:00
Cargo.toml Migrate to ff 0.9 et al. 2021-05-19 18:29:37 +01:00