Skip to content

Commit

Permalink
updated mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
umadayal committed Sep 18, 2024
1 parent c87c78f commit c2e6f89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/zkvm/entrypoint/src/syscalls/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ pub const BLS12381_DECOMPRESS: u32 = 0x00_00_01_1C;
/// Executes the `UINT256_MUL` precompile.
pub const UINT256_MUL: u32 = 0x00_01_01_1D;

/// Executes the `UMA` precompile.
pub const U256X2048_MUL: u32 = 0x00_01_01_2C;
/// Executes the `U256XU2048_MUL` precompile.
pub const U256XU2048_MUL: u32 = 0x00_01_01_2C;

/// Executes the `BLS12381_ADD` precompile.
pub const BLS12381_ADD: u32 = 0x00_01_01_1E;
Expand Down

0 comments on commit c2e6f89

Please sign in to comment.