LibJuno 0.1.0
LibJuno is a lightweight C99 library designed specifically for embedded systems.
Loading...
Searching...
No Matches
hash.h File Reference
#include "juno/status.h"
#include <stddef.h>
#include <stdint.h>
#include "juno/hash/hash_api.h"
Include dependency graph for hash.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

JUNO_STATUS_T Juno_HashDjB2 (const uint8_t *pcBuff, size_t zBuffSize, size_t *pzRetHash)
 
const JUNO_HASH_API_TJuno_HashDjB2Api (void)
 

Function Documentation

◆ Juno_HashDjB2()

JUNO_STATUS_T Juno_HashDjB2 ( const uint8_t *  pcBuff,
size_t  zBuffSize,
size_t *  pzRetHash 
)

◆ Juno_HashDjB2Api()

const JUNO_HASH_API_T * Juno_HashDjB2Api ( void  )