nrfxlib API 2.8.99
|
#include <stddef.h>
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | ocrypto_sha1_BYTES (20) |
Functions | |
void | ocrypto_sha1 (uint8_t r[(20)], const uint8_t *in, size_t in_len) |
Incremental SHA-1 generator. | |
This group of functions can be used to incrementally compute the SHA-1 hash for a given message. | |
void | ocrypto_sha1_init (ocrypto_sha1_ctx *ctx) |
void | ocrypto_sha1_update (ocrypto_sha1_ctx *ctx, const uint8_t *in, size_t in_len) |
void | ocrypto_sha1_final (ocrypto_sha1_ctx *ctx, uint8_t r[(20)]) |