Zebra/zebra-chain/src/orchard
teor 2827f6a7e6
Orchard: disable clippy warnings about comparing a newly created struct (#2117)
In Orchard, we compare canonical Pallas bytes with a supplied byte array.

Since we need to perform calculations to get it into canonical form, we
need to create a newly owned object.
2021-05-10 19:16:21 -03:00
..
keys Remove FromStr impls for orchard keys for now, pending Unifed versions of those 2021-04-30 00:48:23 -04:00
note Rename all Orchard spec references to nu5.pdf 2021-04-30 00:48:23 -04:00
action.rs Apply docstring suggestions from code review 2021-04-30 00:48:23 -04:00
address.rs Tidy up network handling for Orchard keys/addresses 2021-04-30 00:48:23 -04:00
arbitrary.rs Orchard: fix some tests, etc 2021-04-30 00:48:23 -04:00
commitment.rs Pin halo2 commit and update usage of pasta_curves accordingly 2021-04-30 00:48:23 -04:00
keys.rs Orchard: disable clippy warnings about comparing a newly created struct (#2117) 2021-05-10 19:16:21 -03:00
note.rs Flesh out Orchard note and nullifier derivation 2021-04-30 00:48:23 -04:00
sinsemilla.rs Tidy up sinsemilla_hash_to_point() with bitvec 2021-04-30 00:48:23 -04:00
tree.rs Rename all Orchard spec references to nu5.pdf 2021-04-30 00:48:23 -04:00