diff --git a/libraries/chain/include/eosio/chain/webassembly/interface.hpp b/libraries/chain/include/eosio/chain/webassembly/interface.hpp index e138e18e84..84c76a467c 100644 --- a/libraries/chain/include/eosio/chain/webassembly/interface.hpp +++ b/libraries/chain/include/eosio/chain/webassembly/interface.hpp @@ -1808,7 +1808,7 @@ namespace webassembly { int32_t bls_g2_add(span op1, span op2, span 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. @@ -1820,7 +1820,7 @@ namespace webassembly { int32_t bls_g1_weighted_sum(span points, span scalars, const uint32_t n, span 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.