menu
blockchain_utils package
documentation
crypto/crypto/zcrypto/bls12_381/src/g1.dart
G1NativeProjective
mulBy3b method
mulBy3b method
dark_mode
light_mode
mulBy3b
method
Bls12NativeFp
mulBy3b
(
Bls12NativeFp
a
)
Implementation
Bls12NativeFp mulBy3b(Bls12NativeFp a) { a = a + a; a = a + a; return a + a + a; }
blockchain_utils package
documentation
crypto/crypto/zcrypto/bls12_381/src/g1
G1NativeProjective
mulBy3b method
G1NativeProjective class