orchard/src/circuit/gadget/sinsemilla
Daira Hopwood d77cb82c8d
Apply suggestions from code review
Co-authored-by: str4d <jack@electriccoin.co>
2021-09-28 21:09:39 +01:00
..
chip Replace is_identity() instruction with IsIdentity trait. 2021-09-28 13:13:25 -06:00
merkle `hash_to_point` should return `Result<(Self::NonIdentityPoint, Vec<Self::RunningSum>), Error>` 2021-09-28 13:13:25 -06:00
chip.rs `hash_to_point` should return `Result<(Self::NonIdentityPoint, Vec<Self::RunningSum>), Error>` 2021-09-28 13:13:25 -06:00
commit_ivk.rs circuit: Rotate `q_commit_ivk` selector up by one row 2021-07-29 14:56:56 +01:00
merkle.rs sinsemilla::merkle.rs: Use tree::MerklePath::root in tests. 2021-09-16 15:36:24 +02:00
message.rs Adjustments to APIs in sinsemilla::chip and sinsemilla::message. 2021-06-25 15:07:27 +08:00
note_commit.rs Apply suggestions from code review 2021-09-28 21:09:39 +01:00