Kagome
Polkadot Runtime Engine in C++17
twox.cpp File Reference
#include "crypto/twox/twox.hpp"
#include <xxhash/xxhash.h>
Include dependency graph for twox.cpp:

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)