Skip to content

Commit

Permalink
remove (multi-exponentiation) from comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
greg7mdp committed Nov 29, 2023
1 parent 3c5c566 commit 87738aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/chain/include/eosio/chain/webassembly/interface.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1808,7 +1808,7 @@ namespace webassembly {
int32_t bls_g2_add(span<const char> op1, span<const char> op2, span<char> result) const;

/**
* Host function for G1 weighted sum (multi-exponentiation) on the elliptic curve bls12-381
* Host function for G1 weighted sum on the elliptic curve bls12-381
*
* @ingroup crypto
* @param points - a span containing a list of G1 points (P0, P1, P2... Pn) - 96*n bytes little-endian.
Expand All @@ -1820,7 +1820,7 @@ namespace webassembly {
int32_t bls_g1_weighted_sum(span<const char> points, span<const char> scalars, const uint32_t n, span<char> result) const;

/**
* Host function for G2 weighted sum (multi-exponentiation) on the elliptic curve bls12-381
* Host function for G2 weighted sum on the elliptic curve bls12-381
*
* @ingroup crypto
* @param points - a span containing a list of G2 points (P0, P1, P2... Pn) - 192*n bytes little-endian.
Expand Down

0 comments on commit 87738aa

Please sign in to comment.