Primitive
The Zero Network
consist of cryptographic primitives which are compatible with no_std
and parity-scale-codec
. Followings are short summary of primitives.
zero-crypto
[dependencies]
zero-crypto = { version = "0.2.1" }
zero-jubjub
[dependencies]
zero-jubjub = { version = "0.2.0" }
zero-bls12-381
[dependencies]
zero-bls12-381 = { version = "0.2.0" }
zero-elgamal
[dependencies]
zero-elgamal = { version = "0.2.0" }
zero-pairing
[dependencies]
zero-pairing = { version = "0.2.0" }