Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
HasPow Concept Reference

Concept definition

template<typename F>
concept HasPow = IsAnyOf<F, bb::fq, bb::fr, secp256k1::fq, secp256k1::fr, secp256r1::fq, secp256r1::fr>

Detailed Description

Definition at line 25 of file general_field.test.cpp.