pub fn alt_bn128_g1_multiexp(value: &[u8]) -> Vec<u8> 
Expand description

Compute alt_bn128 g1 multiexp.

alt_bn128 is a specific curve from the Barreto-Naehrig(BN) family. It is particularly well-suited for ZK proofs.

See also: EIP-196