rippled
Loading...
Searching...
No Matches
resource/Types.h
1#ifndef XRPL_RESOURCE_TYPES_H_INCLUDED
2#define XRPL_RESOURCE_TYPES_H_INCLUDED
3
4namespace ripple {
5namespace Resource {
6
7struct Key;
8struct Entry;
9
10} // namespace Resource
11} // namespace ripple
12
13#endif
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:6