Unit tests for the nawa::Encoding and nawa::Crypto functions. More...
#include <catch2/catch.hpp>
#include <nawa/hashing/HashingEngine/impl/Argon2HashingEngine.h>
#include <nawa/util/crypto.h>
#include <nawa/util/encoding.h>
#include <sstream>
Go to the source code of this file.
Functions | |
TEST_CASE ("nawa::encoding functions", "[unit][encoding]") | |
TEST_CASE ("nawa::crypto functions", "[unit][crypto]") | |
Unit tests for the nawa::Encoding and nawa::Crypto functions.
Definition in file encoding_crypto.cpp.
TEST_CASE | ( | "nawa::encoding functions" | , |
"" | [unit][encoding] | ||
) |
Definition at line 68 of file encoding_crypto.cpp.
TEST_CASE | ( | "nawa::crypto functions" | , |
"" | [unit][crypto] | ||
) |
Definition at line 122 of file encoding_crypto.cpp.