Function append
Summary
#include "breeze/cryptography/merkle_damgard_machine.hpp"
(1) void append(byte_type b)
(2) template <typename InputIter>
void append(InputIter begin, InputIter end)
Function overload
Synopsis
#include "breeze/cryptography/merkle_damgard_machine.hpp"
void append(byte_type b)
Description
No description yet.
Source
Synopsis
#include "breeze/cryptography/merkle_damgard_machine.hpp"
template <typename InputIter>
void append(InputIter begin, InputIter end)
Description
No description yet.