filecoin-project / blstrs

Other
58 stars 37 forks source link

added benchmarks for G_T #59

Closed alinush closed 2 weeks ago

alinush commented 3 months ago

Added some missing benchmarks for $\mathbb{G}_T$ operations.

Note: The rust_toolchain file and the hardcoded version in Cargo.toml caused problems for me. However, I can revert those changes if need be.

vmx commented 3 months ago

I now also see an error locally on master. I'll have a look (it should be independent of this PR).

vmx commented 3 months ago

CI should be fixed now, could you please rebase your change?

alinush commented 2 weeks ago

Rebased and formatted with cargo fmt!