[BACK]Return to crypto_api.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / signify

Diff for /src/usr.bin/signify/crypto_api.h between version 1.1 and 1.2

version 1.1, 2014/07/22 00:41:19 version 1.2, 2018/01/16 21:42:40
Line 16 
Line 16 
   
 #define randombytes(buf, buf_len) arc4random_buf((buf), (buf_len))  #define randombytes(buf, buf_len) arc4random_buf((buf), (buf_len))
   
 #define crypto_hashblocks_sha512_STATEBYTES 64U  
 #define crypto_hashblocks_sha512_BLOCKBYTES 128U  
   
 int     crypto_hashblocks_sha512(unsigned char *, const unsigned char *,  int     crypto_hashblocks_sha512(unsigned char *, const unsigned char *,
      unsigned long long);       unsigned long long);
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2