-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disallow Orchard ivk = 0 on IncomingViewingKey::from & SpendingKey ge…
…neration (#3962) * Disallow Orchard ivk = 0 on IncomingViewingKey::from and SpendingKey generation * Check that ivk scalar values parsed from bytes are never 0 * Update zebra-chain/src/orchard/keys.rs Co-authored-by: Daira Hopwood <[email protected]> * Switch away from removed pallas::Scalar::from_bytes to PrimeField::from_repr * Fix updated Orchard IVK derivation around updated BitVec API * Remove spurious proptest regressions * Update zebra-chain/src/orchard/keys.rs Co-authored-by: Janito Vaqueiro Ferreira Filho <[email protected]> * allow `unwrap_in_result` lint in added code Co-authored-by: Daira Hopwood <[email protected]> Co-authored-by: Janito Vaqueiro Ferreira Filho <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Alfredo Garcia <[email protected]>
- Loading branch information
1 parent
ad9d40a
commit bdd2808
Showing
4 changed files
with
78 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters