2.0.0 • Published 9 months ago

@zcloak/miden v2.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 months ago

@zcloak/miden

Various miden WASM wrappers around Rust crates, it support functions to execute miden zk program.

Usage

Installation -

yarn add @zcloak/miden

Functions can be imported as follows:

import { initMidenWasm, executeZkProgram, generateProgramHash, verifyZkProgram } from '@zcloak/miden';

Also support to generate miden program

import { unstable_generateProgram } from '@zcloak/miden'

// TODO document for `generateProgram`
unstable_generateProgram(...)
2.0.0

9 months ago

1.2.0

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago