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