xrpld
Loading...
Searching...
No Matches
Blob.h
1#pragma once
2
3#include <vector>
4
5namespace xrpl {
6
11
12} // namespace xrpl
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:5
std::vector< unsigned char > Blob
Storage for linear binary data.
Definition Blob.h:10