halo2/src
Jack Grigg 11350339f5 Ensure that derived esk is non-zero
There's a (negligble) chance that we could generate (or be sent
adversarially) a RandomSeed which derives esk == 0. It's not hard to
detect and reject, in order to satisfy the type system.
2021-06-11 23:54:35 +01:00
..
circuit Migrate to latest version of halo2 2021-06-07 19:49:25 +01:00
constants Simplify `gen_const_array` implementation 2021-06-11 20:46:30 +01:00
note tree::testing: Fix and test arb_tree(). 2021-06-10 13:54:42 +08:00
primitives Merge pull request #110 from zcash/tree-logic 2021-06-11 21:39:40 +01:00
spec Rework PRF^expand to use explicit domains 2021-05-28 13:12:25 +01:00
test_vectors tree.rs: Use 2 as uncommitted leaf and check against test vectors. 2021-06-11 20:24:55 +08:00
address.rs Ensure that Notes always have valid commitments 2021-05-11 18:51:57 +08:00
builder.rs Merge pull request #110 from zcash/tree-logic 2021-06-11 21:39:40 +01:00
bundle.rs Update proptests to generate Merkle paths 2021-06-08 22:38:11 +08:00
circuit.rs Migrate to latest revision of halo2 2021-06-01 17:37:44 +01:00
constants.rs constants.rs: Introduce L_ORCHARD_MERKLE constant 2021-06-10 10:33:06 +08:00
keys.rs Ensure that derived esk is non-zero 2021-06-11 23:54:35 +01:00
lib.rs Add test vectors for key components 2021-05-28 11:57:21 +01:00
note.rs Ensure that derived esk is non-zero 2021-06-11 23:54:35 +01:00
primitives.rs
spec.rs Structs representing note encryption key material 2021-06-11 23:54:35 +01:00
test_vectors.rs tree.rs: Use 2 as uncommitted leaf and check against test vectors. 2021-06-11 20:24:55 +08:00
tree.rs Make `hash_layer` comment a doc comment 2021-06-11 20:46:30 +01:00
value.rs