sapling-crypto/src/circuit
Sean Bowe def5de3f16
Allow the authentication path to be not enforced for zero-value notes, for indistinguishability.
2018-03-26 13:30:14 -06:00
..
sapling Allow the authentication path to be not enforced for zero-value notes, for indistinguishability. 2018-03-26 13:30:14 -06:00
test Public input verification utility for the test framework 2018-03-15 11:42:22 -06:00
blake2s.rs Optimize UInt32::addmany/BLAKE2s to combine equality constraints. (Closes #5) 2018-03-15 12:31:10 -06:00
boolean.rs Merge pull request #53 from ebfull/circuit-improvements 2018-03-15 12:47:26 -06:00
ecc.rs Make EdwardsPoint (x, y) not public. 2018-03-06 08:38:34 -07:00
lookup.rs Pedersen hashes with full optimization 2018-02-20 17:22:00 -07:00
mod.rs Place Sapling circuit into submodule. 2018-03-15 12:44:19 -06:00
multieq.rs Optimize UInt32::addmany/BLAKE2s to combine equality constraints. (Closes #5) 2018-03-15 12:31:10 -06:00
multipack.rs Introduce input multipacking abstraction for nullifiers. 2018-03-15 12:36:05 -06:00
num.rs Remove unnecessary mut binding. 2018-03-06 09:39:56 -07:00
pedersen_hash.rs Cache fewer pedersen hash generators. 2018-03-06 09:03:29 -07:00
uint32.rs Optimize UInt32::addmany/BLAKE2s to combine equality constraints. (Closes #5) 2018-03-15 12:31:10 -06:00