sapling-crypto/src/circuit
Jack Grigg f54feda94f
Fix comment
h/t omershlo from Zcash Community Chat for spotting it!
2018-04-26 12:30:08 +01:00
..
sapling Fix comment 2018-04-26 12:30:08 +01:00
sprout Add more test vectors to Sprout circuit implementation. 2018-03-26 21:47:40 -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 Implementation of SHA256 majority operation for Boolean. 2018-03-21 19:21:16 -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 JoinSplit circuit implementation for Sprout. 2018-03-21 19:21:16 -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
sha256.rs Implementation of SHA256. 2018-03-21 19:21:16 -06:00
uint32.rs Implementation of SHA256 choice/majority for UInt32. 2018-03-21 19:21:16 -06:00