pub fn alt_bn128_pairing_check(value: &[u8]) -> bool
Expand description

Compute pairing check

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

See also: EIP-197