Skip to content

Commit

Permalink
Merge branch 'add_zk_opcodes' into dento/add_zk_opcodes-cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Dentosal authored Nov 28, 2024
2 parents a36fecc + 1741110 commit ae1bca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuel-vm/src/interpreter/crypto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ pub(crate) fn ec_pairing(
match identifier {
// Optimal ate pairing / alt_bn128
0 => {
// Each element consistsof an uncompressed G1 point (64 bytes) and an
// Each element consists of an uncompressed G1 point (64 bytes) and an
// uncompressed G2 point (128 bytes).
let element_size = 128 + 64;
let mut elements = Vec::with_capacity(
Expand Down

0 comments on commit ae1bca5

Please sign in to comment.