#include <CryptoGenerics.h>
|
| template<typename Cipher > |
| static Cipher::IV | GenerateRandomIV () |
| |
| template<typename Container > |
| static void | AppendToBack (std::vector< uint8 > &data, Container const &tail) |
| |
| template<typename Container > |
| static void | SplitFromBack (std::vector< uint8 > &data, Container &tail) |
| |
Definition at line 30 of file CryptoGenerics.h.
◆ AppendToBack()
template<typename Container >
| static void Trinity::Impl::CryptoGenericsImpl::AppendToBack |
( |
std::vector< uint8 > & |
data, |
|
|
Container const & |
tail |
|
) |
| |
|
inlinestatic |
◆ GenerateRandomIV()
template<typename Cipher >
| static Cipher::IV Trinity::Impl::CryptoGenericsImpl::GenerateRandomIV |
( |
| ) |
|
|
inlinestatic |
◆ SplitFromBack()
template<typename Container >
| static void Trinity::Impl::CryptoGenericsImpl::SplitFromBack |
( |
std::vector< uint8 > & |
data, |
|
|
Container & |
tail |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: