This is a library containing a couple of R1CS relations. It was built using arkworks libraries.
xor
- representing a ⊕ b = c
linear-equation
- representing a·x + b = y
preimage
- representing Poseidon 1:1 hashingdeposit
, deposit-and-merge
, merge
and withdraw
relations that are used in Shielder zk-app (see: https://github.com/cardinal-Cryptography/zk-apps/)All relations were built using liminal-ark-relation-macro
.