Skip to content

Commit

Permalink
Update fuel-vm/src/interpreter/crypto.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Hannes Karppila <2204863+Dentosal@users.noreply.github.com>
  • Loading branch information
AurelienFT and Dentosal authored Nov 28, 2024
1 parent 4493b33 commit 1741110
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 @@ -422,7 +422,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 =
Expand Down

0 comments on commit 1741110

Please sign in to comment.