sha_pad_buffer.h 91 B

1234
  1. #include <stddef.h>
  2. #include <stdint.h>
  3. void sha_pad_buffer(uint8_t* buffer, size_t size);