Function decode_word
Synopsis
#include "breeze/cryptography/merkle_damgard_engine.hpp"
static word_type decode_word(byte_type const *src)
Description
No description yet.
Source
Lines 86-89 in breeze/cryptography/merkle_damgard_engine.hpp.
static word_type decode_word( byte_type const * src )
{
return word_codec::decode( src ) ;
}