This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(acvm_interop): Updates to reflect new acvm methods using pk/vk (#50
) * update static lib composer to allow implementation of new acvm interface using pk and vk * remove pk info * cargo fmt * add .clone() in test * use slice::from_raw_parts * fix? * only use slice::from_raw_parts * use fixed up init_verification_key method for bb wrapper * use vec from raw parts * cargo fmt * Preprocess wasm (#52) * bb_wasm update for new composer methods using pk and vk * clippy fixes * update bb.wasm * update commit to bb_wrapper * remove timing output in Rust * Use `get_exact_circuit_size` to calculate `get_circuit_size` (#55) * switch to use using get_exact_circuit_size in get_circuit_size * cargo clippy * update cargo lock * fix method estimating the rounded circuit size * remove unnecessary method * cleanup comments * remove todo * fix pow2ceil
- Loading branch information