mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-06 15:53:10 +00:00
Include assertions, disabled for now
This commit is contained in:
parent
36f1692ee5
commit
4aaceabd18
@ -23,6 +23,7 @@ pub fn evm_constants() -> HashMap<String, U256> {
|
||||
#[allow(dead_code)] // TODO: Should be used once witness generation is done.
|
||||
pub(crate) fn combined_kernel() -> Kernel {
|
||||
let files = vec![
|
||||
// include_str!("asm/assertions.asm"), // TODO: Should work once PR 619 is merged.
|
||||
include_str!("asm/basic_macros.asm"),
|
||||
include_str!("asm/exp.asm"),
|
||||
include_str!("asm/curve_mul.asm"),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user