Monero
Loading...
Searching...
No Matches
hash.c File Reference
#include <stddef.h>
#include <stdint.h>
#include <string.h>
#include "hash-ops.h"
#include "keccak.h"
Include dependency graph for hash.c:

Functions

void hash_permutation (union hash_state *state)
void hash_process (union hash_state *state, const uint8_t *buf, size_t count)
void cn_fast_hash (const void *data, size_t length, char *hash)

Function Documentation

◆ cn_fast_hash()

void cn_fast_hash ( const void * data,
size_t length,
char * hash )

◆ hash_permutation()

void hash_permutation ( union hash_state * state)

◆ hash_process()

void hash_process ( union hash_state * state,
const uint8_t * buf,
size_t count )