Skip to content
This repository was archived by the owner on May 16, 2022. It is now read-only.

Latest commit

 

History

History
32 lines (25 loc) · 517 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 517 Bytes

Unirep crypto v1.0.0

Cryptography primitives used in UniRep

Install and build

yarn install && \
yarn build

Functions

semaphore with poseidon hash

  • genIdentity
  • genIdentityCommitment
  • serialiseIdentity
  • unSerialiseIdentity

Sparse Merkle Tree

  • SparseMerkleTreeImpl

maci-crypto@^0.9.1

  • genRandomSalt
  • hash5
  • hashOne
  • hashLeftRight
  • stringifyBigInts
  • unstringifyBigInts
  • IncrementalQuinTree
  • wrappedPoseidonT3Hash
  • newWrappedPoseidonT3Hash