Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
mcalancea committed Feb 8, 2025
1 parent 931a058 commit fe89bdf
Show file tree
Hide file tree
Showing 12 changed files with 522 additions and 547 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion ceno_emul/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ pub mod disassemble;
mod syscalls;
pub use syscalls::{
KECCAK_PERMUTE, SECP256K1_ADD, SECP256K1_DECOMPRESS, SECP256K1_DOUBLE, SHA_EXTEND, SyscallSpec,
bn254,
bn254::{
BN254_FP_WORDS, BN254_FP2_WORDS, BN254_POINT_WORDS, Bn254AddSpec, Bn254DoubleSpec,
Bn254Fp2AddSpec, Bn254Fp2MulSpec, Bn254FpAddSpec, Bn254FpMulSpec,
Expand Down
336 changes: 0 additions & 336 deletions ceno_emul/src/syscalls/bn254.rs

This file was deleted.

Loading

0 comments on commit fe89bdf

Please sign in to comment.