Skip to content
Snippets Groups Projects
Forked from Dragoon / Komodo
Source project has a limited visibility.
  • STEVAN Antoine's avatar
    0ed49a36
    benchmark commit step and ark counterparts (dragoon/komodo!63) · 0ed49a36
    STEVAN Antoine authored
    this MR adds a benchmark for
    - the KZG10 trusted setup creating of `ark-poly-commit`
    - the KZG10 commit of `ark-poly-commit`
    - our own implement of the commit in `zk::commit`
    
    there is also a slight improvement to the previous benchmarking of our `zk::setup`: the degree of the _trusted setup_ is now computed once and for all before the benchmarking loop starts, because it's not what is of interest, let's not benchmark it.
    0ed49a36
    History
    benchmark commit step and ark counterparts (dragoon/komodo!63)
    STEVAN Antoine authored
    this MR adds a benchmark for
    - the KZG10 trusted setup creating of `ark-poly-commit`
    - the KZG10 commit of `ark-poly-commit`
    - our own implement of the commit in `zk::commit`
    
    there is also a slight improvement to the previous benchmarking of our `zk::setup`: the degree of the _trusted setup_ is now computed once and for all before the benchmarking loop starts, because it's not what is of interest, let's not benchmark it.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
This project manages its dependencies using Cargo. Learn more