Skip to content

Commit

Permalink
feat(franklin-crypto) naive main gate compatible gadgets
Browse files Browse the repository at this point in the history
  • Loading branch information
saitima committed Oct 24, 2024
1 parent c721bdf commit bde06fa
Show file tree
Hide file tree
Showing 4 changed files with 566 additions and 70 deletions.
1 change: 1 addition & 0 deletions crates/franklin-crypto/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#![allow(dead_code, unused_imports, unused_macros)]
#![allow(macro_expanded_macro_exports_accessed_by_absolute_paths)]
#![warn(unused_assignments)]
#![feature(array_chunks)]

pub extern crate bellman;
extern crate blake2;
Expand Down
Loading

0 comments on commit bde06fa

Please sign in to comment.