6 lines
117 B
C
6 lines
117 B
C
|
#pragma once
|
||
|
|
||
|
#include <stdint.h>
|
||
|
|
||
|
void sha1_get_digest(const uint8_t* buffer, int buffer_size, uint8_t digest[20]);
|