#include "common/blob.hpp"

Go to the source code of this file.
Namespaces | |
| iroha | |
Typedefs | |
| template<size_t size> | |
| using | iroha::hash_t = blob_t< size > |
| using | iroha::hash224_t = hash_t< 224/8 > |
| using | iroha::hash256_t = hash_t< 256/8 > |
| using | iroha::hash384_t = hash_t< 384/8 > |
| using | iroha::hash512_t = hash_t< 512/8 > |