Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
byte_array.test.cpp File Reference
#include <gtest/gtest.h>
#include "barretenberg/circuit_checker/circuit_checker.hpp"
#include "byte_array.hpp"

Go to the source code of this file.

Classes

class  ByteArrayTest< Builder >
 

Typedefs

using CircuitTypes = ::testing::Types< bb::UltraCircuitBuilder >
 

Functions

 TYPED_TEST_SUITE (ByteArrayTest, CircuitTypes)
 
 TYPED_TEST (ByteArrayTest, Reverse)
 
 TYPED_TEST (ByteArrayTest, ByteDecompositionUnique)
 
 TYPED_TEST (ByteArrayTest, ByteDecompositionUniqueConst)
 
 TYPED_TEST (ByteArrayTest, ByteDecomposition32Bytes)
 
 TYPED_TEST (ByteArrayTest, ByteDecomposition32BytesConst)
 
 TYPED_TEST (ByteArrayTest, InputOutputConsistency)
 
 TYPED_TEST (ByteArrayTest, ConvertToField)
 
 TYPED_TEST (ByteArrayTest, OstreamOperator)
 

Typedef Documentation

◆ CircuitTypes

using CircuitTypes = ::testing::Types<bb::UltraCircuitBuilder>

Definition at line 274 of file byte_array.test.cpp.

Function Documentation

◆ TYPED_TEST() [1/8]

TYPED_TEST ( ByteArrayTest  ,
ByteDecomposition32Bytes   
)

Definition at line 293 of file byte_array.test.cpp.

◆ TYPED_TEST() [2/8]

TYPED_TEST ( ByteArrayTest  ,
ByteDecomposition32BytesConst   
)

Definition at line 298 of file byte_array.test.cpp.

◆ TYPED_TEST() [3/8]

TYPED_TEST ( ByteArrayTest  ,
ByteDecompositionUnique   
)

Definition at line 283 of file byte_array.test.cpp.

◆ TYPED_TEST() [4/8]

TYPED_TEST ( ByteArrayTest  ,
ByteDecompositionUniqueConst   
)

Definition at line 288 of file byte_array.test.cpp.

◆ TYPED_TEST() [5/8]

TYPED_TEST ( ByteArrayTest  ,
ConvertToField   
)

Definition at line 308 of file byte_array.test.cpp.

◆ TYPED_TEST() [6/8]

TYPED_TEST ( ByteArrayTest  ,
InputOutputConsistency   
)

Definition at line 303 of file byte_array.test.cpp.

◆ TYPED_TEST() [7/8]

TYPED_TEST ( ByteArrayTest  ,
OstreamOperator   
)

Definition at line 313 of file byte_array.test.cpp.

◆ TYPED_TEST() [8/8]

TYPED_TEST ( ByteArrayTest  ,
Reverse   
)

Definition at line 278 of file byte_array.test.cpp.

◆ TYPED_TEST_SUITE()

TYPED_TEST_SUITE ( ByteArrayTest  ,
CircuitTypes   
)