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

Diff for /src/usr.bin/ssh/crypto_api.h between version 1.6 and 1.7

version 1.6, 2020/12/29 00:59:15 version 1.7, 2021/01/08 02:33:13
Line 17 
Line 17 
 typedef uint16_t crypto_uint16;  typedef uint16_t crypto_uint16;
 typedef int32_t crypto_int32;  typedef int32_t crypto_int32;
 typedef uint32_t crypto_uint32;  typedef uint32_t crypto_uint32;
   typedef int64_t crypto_int64;
   typedef uint64_t crypto_uint64;
   
 #define randombytes(buf, buf_len) arc4random_buf((buf), (buf_len))  #define randombytes(buf, buf_len) arc4random_buf((buf), (buf_len))
 #define small_random32() arc4random()  #define small_random32() arc4random()

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7