Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
feat(acvm_interop): Updates to reflect new acvm methods using pk/vk (#50
Browse files Browse the repository at this point in the history
)

* 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
vezenovm authored Feb 16, 2023
1 parent d0e1257 commit cff757d
Show file tree
Hide file tree
Showing 6 changed files with 639 additions and 284 deletions.
Loading

0 comments on commit cff757d

Please sign in to comment.