Initial commit
This commit is contained in:
commit
c101616e62
309 changed files with 53937 additions and 0 deletions
12
bundled/cbits/ref10/include/sha512.h
Normal file
12
bundled/cbits/ref10/include/sha512.h
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#ifndef SHA512_H
|
||||
#define SHA512_H
|
||||
|
||||
#define crypto_hash_BYTES 64
|
||||
#define crypto_hash_STATEBYTES 64
|
||||
#define crypto_hash_BLOCKBYTES 128
|
||||
|
||||
static inline int crypto_hash_sha512(unsigned char *out,
|
||||
const unsigned char *in,
|
||||
unsigned long long inlen);
|
||||
|
||||
#endif /* SHA512_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue