d91afa804a
fixed Multiplexer name and usage of old syntax |
||
---|---|---|
.. | ||
sha256 | ||
smt | ||
aliascheck.circom | ||
babyjub.circom | ||
binsub.circom | ||
binsum.circom | ||
bitify.circom | ||
comparators.circom | ||
compconstant.circom | ||
eddsa.circom | ||
eddsamimc.circom | ||
escalarmul.circom | ||
escalarmulany.circom | ||
escalarmulfix.circom | ||
escalarmulw4table.circom | ||
gates.circom | ||
mimc.circom | ||
montgomery.circom | ||
multiplexer.circom | ||
mux3.circom | ||
mux4.circom | ||
pedersen_old.circom | ||
pedersen.circom | ||
pointbits.circom | ||
README.md | ||
sign.circom | ||
switcher.circom |
- compconstant - Returns 1 if
in
(expanded to binary array) >ct
- aliascheck - check if
in
(expanded to binary array) oveflowed its 254 bits (<= -1) - babyjub - twisted Edwards curve 168700.x^2 + y^2 = 1 + 168696.x^2.y^2
- BabyAdd - (
xout
,yout
) = (x1
,y1
) + (x2
,y2
) - BabyDbl - (
xout
,yout
) = 2*(x
,y
) - BabyCheck - check that (
x
,y
) is on the curve
- BabyAdd - (
- binsub - binary subtraction
- gates - logical gates
- mimc - SNARK-friendly hash Minimal Multiplicative Complexity.
- smt - Sparse Merkle Tree
- montgomery https://en.wikipedia.org/wiki/Montgomery_curve