File: crypto_api.h

package info (click to toggle)
ruby-bcrypt-pbkdf 1.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 216 kB
  • sloc: ansic: 1,062; ruby: 71; makefile: 4
file content (3 lines) | stat: -rw-r--r-- 235 bytes parent folder | download | duplicates (5)
1
2
3
#define crypto_hash_sha512_BYTES 64U
int crypto_hashblocks_sha512(unsigned char *statebytes,const unsigned char *in,unsigned long long inlen);
int crypto_hash_sha512(unsigned char *out,const unsigned char *in,unsigned long long inlen);