sha1.h 117 B

12345
  1. #pragma once
  2. #include <stdint.h>
  3. void sha1_get_digest(const uint8_t* buffer, int buffer_size, uint8_t digest[20]);