Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
dynamic_array.test.cpp File Reference

Go to the source code of this file.

Typedefs

using Builder = UltraCircuitBuilder
 
using bool_ct = stdlib::bool_t< Builder >
 
using field_ct = stdlib::field_t< Builder >
 
using witness_ct = stdlib::witness_t< Builder >
 
using DynamicArray_ct = stdlib::DynamicArray< Builder >
 

Functions

STANDARD_TESTING_TAGS TEST (DynamicArray, TagCorrectness)
 Check that tags in Dynamic array are propagated correctly.
 
 TEST (DynamicArray, DynamicArrayReadWriteConsistency)
 

Typedef Documentation

◆ bool_ct

Definition at line 20 of file dynamic_array.test.cpp.

◆ Builder

Definition at line 19 of file dynamic_array.test.cpp.

◆ DynamicArray_ct

◆ field_ct

Definition at line 21 of file dynamic_array.test.cpp.

◆ witness_ct

Definition at line 22 of file dynamic_array.test.cpp.

Function Documentation

◆ TEST() [1/2]

TEST ( DynamicArray  ,
DynamicArrayReadWriteConsistency   
)

Definition at line 79 of file dynamic_array.test.cpp.

◆ TEST() [2/2]

STANDARD_TESTING_TAGS TEST ( DynamicArray  ,
TagCorrectness   
)

Check that tags in Dynamic array are propagated correctly.

Definition at line 31 of file dynamic_array.test.cpp.