rippled
Loading...
Searching...
No Matches
include
xrpl
basics
Blob.h
1
#ifndef XRPL_BASICS_BLOB_H_INCLUDED
2
#define XRPL_BASICS_BLOB_H_INCLUDED
3
4
#include <
vector
>
5
6
namespace
ripple
{
7
11
using
Blob
=
std::vector<unsigned char>
;
12
13
}
// namespace ripple
14
15
#endif
ripple
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition
algorithm.h:6
vector
Generated by
1.9.8