rippled
Loading...
Searching...
No Matches
RippleLedgerHash.h
1#ifndef XRPL_PROTOCOL_RIPPLELEDGERHASH_H_INCLUDED
2#define XRPL_PROTOCOL_RIPPLELEDGERHASH_H_INCLUDED
3
4#include <xrpl/basics/base_uint.h>
5
6namespace ripple {
7
9
10}
11
12#endif
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:6
base_uint< 256 > uint256
Definition base_uint.h:539