Deirdre Connolly
|
6d4ecff24b
|
Pin halo2 commit and update usage of pasta_curves accordingly
|
2021-04-30 00:48:23 -04:00 |
Deirdre Connolly
|
9b6339bb9c
|
Add link to funty pin removal issue
|
2021-04-30 00:48:23 -04:00 |
Deirdre Connolly
|
f5206af470
|
Rename all Orchard spec references to nu5.pdf
|
2021-04-30 00:48:23 -04:00 |
Deirdre Connolly
|
26fc6b1908
|
Doing math in u16 collector obviates passing of Bit(Slice/Vector)
But I added a max 10-bit value check in S() on j.
|
2021-04-30 00:48:23 -04:00 |
Deirdre Connolly
|
af32851aa1
|
Add TODO to fill in the Sinsemilla test vectors from zcash-hackworks
|
2021-04-30 00:48:23 -04:00 |
Deirdre Connolly
|
aa81876e32
|
Move Value Commitment generator points into static via lazy_static
|
2021-04-30 00:48:23 -04:00 |
Deirdre Connolly
|
39b8e9859f
|
Do not derive Hash for orchard::Nullifier as pallas::Base doesn't have it
If we need Hash, we may need to replace the inner type with bytes.
|
2021-04-30 00:48:23 -04:00 |
Deirdre Connolly
|
70bf4f80fb
|
Add TODO for Poseidon hash implementation
|
2021-04-30 00:48:23 -04:00 |
Deirdre Connolly
|
d7d8986849
|
Tidy up network handling for Orchard keys/addresses
|
2021-04-30 00:48:23 -04:00 |
Deirdre Connolly
|
ee2c3af937
|
Remove Copy on ZkSnarkProof trait
|
2021-04-30 00:48:23 -04:00 |
Deirdre Connolly
|
a1a59a7f76
|
Clean up orchard::tree tests for now
|
2021-04-30 00:48:23 -04:00 |
Deirdre Connolly
|
6efe558675
|
Clean up Arbitray impl for Halo2Proof
|
2021-04-30 00:48:23 -04:00 |
Deirdre Connolly
|
32480ab3d9
|
Add redpallas TODO
|
2021-04-30 00:48:23 -04:00 |
Deirdre Connolly
|
86c3b69720
|
IncomingViewingKey inherits network when derived from FullViewingKey
|
2021-04-30 00:48:23 -04:00 |
Deirdre Connolly
|
5159046578
|
Add link to redpallas follow-up
|
2021-04-30 00:48:23 -04:00 |
Deirdre Connolly
|
d33947b331
|
Impl FullViewingKey::from_spending_key(SpendingKey, Network)
Remove From impl
|
2021-04-30 00:48:23 -04:00 |
Deirdre Connolly
|
4fd98f6eb1
|
Link to redpallas TODO
|
2021-04-30 00:48:23 -04:00 |
Deirdre Connolly
|
1ff84c3d43
|
Refer to const generics issue
|
2021-04-30 00:48:23 -04:00 |
Deirdre Connolly
|
d8d25d1a82
|
Add TODO
|
2021-04-30 00:48:23 -04:00 |
Deirdre Connolly
|
698f9620da
|
Clippy +nightly
|
2021-04-30 00:48:23 -04:00 |
Deirdre Connolly
|
4ee12d1170
|
Clippy lint to align order of members of redpallas::VerificationKey
|
2021-04-30 00:48:23 -04:00 |
Deirdre Connolly
|
48674a9749
|
Remove standalone Orchard address Display, FromStr impls and related parts
NU5 proposes Unified Addresses, which would supplant any classic standalone pool address for Orchard.
https://github.com/ZcashFoundation/zebra/pull/1885#discussion_r607000460
|
2021-04-30 00:48:23 -04:00 |
Deirdre Connolly
|
72491df4ff
|
orchard: move IncomingViewingKey::from([u8; 32]) to a ::from_bytes([u8; 32], Newtwork)
|
2021-04-30 00:48:23 -04:00 |
Deirdre Connolly
|
8d357faf73
|
Tried and discarded lazy_static! of value commitment generator points
|
2021-04-30 00:48:23 -04:00 |
Deirdre Connolly
|
638ff8d7f8
|
Bump redjubjub
|
2021-04-30 00:48:23 -04:00 |
Deirdre Connolly
|
81038e0fcb
|
orchard: ValueCommit ops implementation tests
|
2021-04-30 00:48:23 -04:00 |
Deirdre Connolly
|
db8f9cb81a
|
orchard: Better Debug impls for some keys
|
2021-04-30 00:48:23 -04:00 |
Deirdre Connolly
|
eb68caf14c
|
Orchard: update Debug impl for commitments
|
2021-04-30 00:48:23 -04:00 |
Deirdre Connolly
|
cc2e58fade
|
Remove done TODO
|
2021-04-30 00:48:23 -04:00 |
Deirdre Connolly
|
376603d4c0
|
Flesh out Orchard note and nullifier derivation
|
2021-04-30 00:48:23 -04:00 |
Deirdre Connolly
|
37c32e9c94
|
Apply docstring suggestions from code review
Co-authored-by: teor <teor@riseup.net>
|
2021-04-30 00:48:23 -04:00 |
Deirdre Connolly
|
195d3f106c
|
Revert making sapling::note::Nullifier inner value private
|
2021-04-30 00:48:23 -04:00 |
Deirdre Connolly
|
44966326c1
|
Orchard: turns out you can't store 10 bits in a u8
|
2021-04-30 00:48:23 -04:00 |
Deirdre Connolly
|
5e95d11fd9
|
Orchard: fix typos
|
2021-04-30 00:48:23 -04:00 |
Deirdre Connolly
|
34fe78bd0c
|
Fix str match for key and addr decoding
|
2021-04-30 00:48:23 -04:00 |
Deirdre Connolly
|
ec5d3a647f
|
Remove commented out orchard::Address FromStr/Display test vector test for now
|
2021-04-30 00:48:23 -04:00 |
Deirdre Connolly
|
f067a25d50
|
Update zebra-chain/src/orchard/address.rs
Co-authored-by: teor <teor@riseup.net>
|
2021-04-30 00:48:23 -04:00 |
Deirdre Connolly
|
f577cb8eb4
|
Update zebra-chain/src/orchard/address.rs
Co-authored-by: teor <teor@riseup.net>
|
2021-04-30 00:48:23 -04:00 |
Deirdre Connolly
|
b23093ca66
|
Update zebra-chain/src/orchard/keys.rs
Co-authored-by: teor <teor@riseup.net>
|
2021-04-30 00:48:23 -04:00 |
Deirdre Connolly
|
bbb6b341ae
|
Update zebra-chain/src/orchard/keys.rs
Co-authored-by: teor <teor@riseup.net>
|
2021-04-30 00:48:23 -04:00 |
Deirdre Connolly
|
a73914a838
|
Update zebra-chain/src/orchard/keys.rs
Co-authored-by: teor <teor@riseup.net>
|
2021-04-30 00:48:23 -04:00 |
Deirdre Connolly
|
bba99098f3
|
Update zebra-chain/src/orchard/keys.rs
Co-authored-by: teor <teor@riseup.net>
|
2021-04-30 00:48:23 -04:00 |
Deirdre Connolly
|
e2989e3edf
|
Update zebra-chain/src/orchard/keys.rs
Co-authored-by: teor <teor@riseup.net>
|
2021-04-30 00:48:23 -04:00 |
Deirdre Connolly
|
e4fe8bb320
|
Update zebra-chain/src/orchard/note/nullifiers.rs
Co-authored-by: teor <teor@riseup.net>
|
2021-04-30 00:48:23 -04:00 |
Deirdre Connolly
|
81da8363a8
|
Update zebra-chain/src/orchard/sinsemilla.rs
Co-authored-by: teor <teor@riseup.net>
|
2021-04-30 00:48:23 -04:00 |
Deirdre Connolly
|
dbd2ce6dd8
|
Update zebra-chain/src/orchard/sinsemilla.rs
Co-authored-by: teor <teor@riseup.net>
|
2021-04-30 00:48:23 -04:00 |
Deirdre Connolly
|
ebe0c002a9
|
Update zebra-chain/src/orchard/sinsemilla.rs
Co-authored-by: teor <teor@riseup.net>
|
2021-04-30 00:48:23 -04:00 |
Deirdre Connolly
|
8461c2153e
|
Update diversify_hash and its use to match spec updates
|
2021-04-30 00:48:23 -04:00 |
Deirdre Connolly
|
73e0f4f98a
|
Orchard: fix some tests, etc
|
2021-04-30 00:48:23 -04:00 |
Deirdre Connolly
|
87f65b8b01
|
Orchard: update merkle_crh_orchard to use the appropriate l=10 bits, not 6
|
2021-04-30 00:48:23 -04:00 |