sha512.h 80 B

123
  1. #include <stdint.h>
  2. void crypto_hash_sha512(uint8_t* out, const uint8_t* in);