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

feat(acvm_interop): Updates to reflect new acvm methods using pk/vk #50

Merged
merged 16 commits into from
Feb 16, 2023

Commits on Feb 7, 2023

  1. Configuration menu
    Copy the full SHA
    74f394a View commit details
    Browse the repository at this point in the history
  2. remove pk info

    vezenovm committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    9e04a5a View commit details
    Browse the repository at this point in the history
  3. cargo fmt

    vezenovm committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    6e147fc View commit details
    Browse the repository at this point in the history
  4. add .clone() in test

    vezenovm committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    2e93f92 View commit details
    Browse the repository at this point in the history
  5. use slice::from_raw_parts

    vezenovm committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    7150c39 View commit details
    Browse the repository at this point in the history
  6. fix?

    vezenovm committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    a3d362f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8ddf84c View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Configuration menu
    Copy the full SHA
    3046d37 View commit details
    Browse the repository at this point in the history
  2. use vec from raw parts

    vezenovm committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    e1122d1 View commit details
    Browse the repository at this point in the history
  3. cargo fmt

    vezenovm committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    56c95ac View commit details
    Browse the repository at this point in the history
  4. merge conflicts

    vezenovm committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    3a54eae View commit details
    Browse the repository at this point in the history
  5. Preprocess wasm (#52)

    * bb_wasm update for new composer methods using pk and vk
    
    * clippy fixes
    vezenovm authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    bdb7ced View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. update bb.wasm

    vezenovm committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    063091e View commit details
    Browse the repository at this point in the history
  2. update commit to bb_wrapper

    vezenovm committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    cb4da1e View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. remove timing output in Rust

    vezenovm committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    30d9779 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. 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
    vezenovm authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    97964bf View commit details
    Browse the repository at this point in the history