Cable-Desktop/native/ed25519/additions/sha512.h
2015-01-14 11:39:36 -10:00

10 lines
224 B
C

#ifndef __SHA512_H__
#define __SHA512_H__
#include "sha512.h"
#include "sph_sha2.h"
int crypto_hash_sha512_ref(unsigned char *output ,const unsigned char *input,
unsigned long long len);
#endif