NAWA 0.9
Web Application Framework for C++
encoding_crypto.cpp File Reference

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]")
 

Detailed Description

Unit tests for the nawa::Encoding and nawa::Crypto functions.

Definition in file encoding_crypto.cpp.

Function Documentation

◆ TEST_CASE() [1/2]

TEST_CASE ( "nawa::encoding functions"  ,
""  [unit][encoding] 
)

Definition at line 68 of file encoding_crypto.cpp.

◆ TEST_CASE() [2/2]

TEST_CASE ( "nawa::crypto functions"  ,
""  [unit][crypto] 
)

Definition at line 122 of file encoding_crypto.cpp.