ByteArray.h
Go to the documentation of this file.
String makeHexString(const void *data, unsigned length, char separator='\0')
Convert data into a hexadecimal string representation.
Definition: Blake2s.h:19
std::array< uint8_t, size_ > ByteArray
Class template for fixed byte array.
Definition: ByteArray.h:24
String toString(const ByteArray< size_ > &array, char separator='\0')
Definition: ByteArray.h:26