Skip to content

Commit

Permalink
optimize lookup table indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
shamatar committed Oct 19, 2022
1 parent df9683a commit ec969d3
Show file tree
Hide file tree
Showing 3 changed files with 368 additions and 1,855 deletions.
8 changes: 7 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,10 @@ redshift = ["multicore", "plonk"]
marlin = ["tiny-keccak", "blake2s_const"]
wasm = ["web-sys"]
asm = ["pairing/asm"]
allocator = []
allocator = []

[profile.release]
debug = true

[profile.bench]
debug = true
Loading

0 comments on commit ec969d3

Please sign in to comment.