Kagome
Polkadot Runtime Engine in C++17
|
Go to the source code of this file.
Namespaces | |
kagome::crypto | |
Functions | |
void | kagome::crypto::make_twox64 (const uint8_t *in, uint32_t len, uint8_t *out) |
common::Hash64 | kagome::crypto::make_twox64 (gsl::span< const uint8_t > buf) |
void | kagome::crypto::make_twox128 (const uint8_t *in, uint32_t len, uint8_t *out) |
common::Hash128 | kagome::crypto::make_twox128 (gsl::span< const uint8_t > buf) |
void | kagome::crypto::make_twox256 (const uint8_t *in, uint32_t len, uint8_t *out) |
common::Hash256 | kagome::crypto::make_twox256 (gsl::span< const uint8_t > buf) |