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

Go to the source code of this file.

Classes

class  StdlibVerificationKeyTests< Flavor >
 

Typedefs

using FlavorTypes = testing::Types< UltraRecursiveFlavor_< UltraCircuitBuilder >, UltraRecursiveFlavor_< MegaCircuitBuilder >, UltraRollupRecursiveFlavor_< UltraCircuitBuilder >, MegaRecursiveFlavor_< MegaCircuitBuilder >, ECCVMRecursiveFlavor, TranslatorRecursiveFlavor >
 

Functions

 TYPED_TEST_SUITE (StdlibVerificationKeyTests, FlavorTypes)
 
 TYPED_TEST (StdlibVerificationKeyTests, VKHashingConsistency)
 Checks that the hash produced from calling to_field_elements and then add_to_independent_hash_buffer is the same as the hash() call and also the same as the hash_through_transcript.
 

Typedef Documentation

◆ FlavorTypes

Function Documentation

◆ TYPED_TEST()

TYPED_TEST ( StdlibVerificationKeyTests  ,
VKHashingConsistency   
)

Checks that the hash produced from calling to_field_elements and then add_to_independent_hash_buffer is the same as the hash() call and also the same as the hash_through_transcript.

Definition at line 47 of file stdlib_verification_key.test.cpp.

◆ TYPED_TEST_SUITE()

TYPED_TEST_SUITE ( StdlibVerificationKeyTests  ,
FlavorTypes   
)