Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@railgun-reloaded/circuits-v2

Prover / Verifier for Railgun transaction circuit v2

Example Usage

  import {prove, verify} from '@railgun-reloaded/circuits-v2';

  // Generate proof 
  const inputs = {...};
  const artifacts = {...};
  const {proof, publicInputs} = await prove(inputs, artifacts);

  // Verify proof
  await verify(artifacts.vkey, publicInputs, proof);

Install

npm install @railgun-reloaded/circuits-v2

License

MIT

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Used by

Contributors

Languages