Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
hashers.test.cpp File Reference
#include <gtest/gtest.h>
#include "../hashers/hashers.hpp"
#include <array>
#include <cstddef>
#include <stdint.h>
#include <vector>

Go to the source code of this file.

Functions

 TEST (Sha256, EmptyHash)
 
 TEST (Keccak, EmptyHash)
 
 TEST (Blake2s, EmptyHash)
 

Function Documentation

◆ TEST() [1/3]

TEST ( Blake2s  ,
EmptyHash   
)

Definition at line 45 of file hashers.test.cpp.

◆ TEST() [2/3]

TEST ( Keccak  ,
EmptyHash   
)

Definition at line 37 of file hashers.test.cpp.

◆ TEST() [3/3]

TEST ( Sha256  ,
EmptyHash   
)

Definition at line 29 of file hashers.test.cpp.