orchard/src
Jack Grigg caca664b20 Make `Debug` impl for `TransmittedNoteCiphertext` less verbose
We now print the ciphertexts as hex bytes, for which we unambiguously
encode them in RPC outputs (vs 32-byte values which are more complex).
2022-04-06 17:22:17 +00:00
..
bundle Remove `hash_bundle_txid_data, hash_bundle_auth_data` from API 2022-02-15 23:03:02 +00:00
circuit Delete gadgets and their primitives; add `halo2_gadgets` dependency. 2022-01-29 01:57:01 +08:00
constants Delete gadgets and their primitives; add `halo2_gadgets` dependency. 2022-01-29 01:57:01 +08:00
note Merge branch 'non-consensus-changes-on-branchid-c4cd541e' into merge-non-consensus-changes-2 2022-02-28 20:46:55 +00:00
primitives Merge branch 'non-consensus-changes-on-branchid-c4cd541e' into merge-non-consensus-changes 2022-02-15 22:46:47 +00:00
spec Add `FullViewingKey::derive_internal` 2022-02-21 14:41:47 +00:00
test_vectors Use internal keys test vectors. 2022-02-01 18:55:21 +08:00
address.rs Add explicit scoping for viewing keys and addresses 2022-03-30 20:49:37 +08:00
builder.rs Add explicit scoping for viewing keys and addresses 2022-03-30 20:49:37 +08:00
bundle.rs Merge branch 'main' into non-consensus-changes-on-branchid-c4cd541e 2022-03-22 17:55:59 +00:00
circuit.rs Make `Debug` impl for `Proof` much less verbose 2022-04-06 17:21:48 +00:00
circuit_description halo2_proofs 0.1.0-beta.3 2022-03-22 21:29:36 +00:00
circuit_proof_test_case.bin halo2_proofs 0.1.0-beta.3 2022-03-22 21:29:36 +00:00
constants.rs Provide compute_lagrange_coeffs() functionality in ECCChip. 2022-01-27 21:14:15 +08:00
keys.rs Check that the internal IVK can be derived from a spending key 2022-03-30 20:49:38 +08:00
lib.rs Update the incremental merkle tree version and the Rust toolchain. 2022-02-23 20:43:02 -07:00
note.rs Make `Debug` impl for `TransmittedNoteCiphertext` less verbose 2022-04-06 17:22:17 +00:00
note_encryption.rs Merge branch 'non-consensus-changes-on-branchid-c4cd541e' into merge-non-consensus-changes 2022-02-15 22:46:47 +00:00
primitives.rs Delete gadgets and their primitives; add `halo2_gadgets` dependency. 2022-01-29 01:57:01 +08:00
spec.rs Move zero-handling from inside CommitIVK to outside it 2022-03-17 18:51:33 +00:00
test_vectors.rs Add Merkle path test vectors 2021-09-14 00:15:39 +01:00
tree.rs Merge branch 'non-consensus-changes-on-branchid-c4cd541e' into merge-non-consensus-changes-2 2022-02-28 20:46:55 +00:00
value.rs Re-introduce `ValueSum::from_raw` as a `pub(crate)` method 2022-02-15 22:47:05 +00:00
zip32.rs Remove `PartialEq, PartialOrd` impls from `{Extended}SpendingKey` 2021-11-30 23:25:35 +00:00