Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
Acir::BlackBoxOp Struct Reference

#include <acir.hpp>

Classes

struct  AES128Encrypt
 
struct  Blake2s
 
struct  Blake3
 
struct  EcdsaSecp256k1
 
struct  EcdsaSecp256r1
 
struct  EmbeddedCurveAdd
 
struct  Keccakf1600
 
struct  MultiScalarMul
 
struct  Poseidon2Permutation
 
struct  Sha256Compression
 
struct  ToRadix
 

Public Member Functions

void msgpack_unpack (msgpack::object const &o)
 

Public Attributes

std::variant< AES128Encrypt, Blake2s, Blake3, Keccakf1600, EcdsaSecp256k1, EcdsaSecp256r1, MultiScalarMul, EmbeddedCurveAdd, Poseidon2Permutation, Sha256Compression, ToRadixvalue
 

Friends

bool operator== (const BlackBoxOp &, const BlackBoxOp &)
 

Detailed Description

Definition at line 599 of file acir.hpp.

Member Function Documentation

◆ msgpack_unpack()

void Acir::BlackBoxOp::msgpack_unpack ( msgpack::object const &  o)
inline

Definition at line 923 of file acir.hpp.

Friends And Related Symbol Documentation

◆ operator==

bool operator== ( const BlackBoxOp lhs,
const BlackBoxOp rhs 
)
friend

Definition at line 4879 of file acir.hpp.

Member Data Documentation

◆ value


The documentation for this struct was generated from the following file: