[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.7 and 1.8

version 1.7, 2021/01/08 02:33:13 version 1.8, 2023/01/15 23:05:32
Line 28 
Line 28 
 int     crypto_hash_sha512(unsigned char *, const unsigned char *,  int     crypto_hash_sha512(unsigned char *, const unsigned char *,
     unsigned long long);      unsigned long long);
   
 int     crypto_verify_32(const unsigned char *, const unsigned char *);  
   
 #define crypto_sign_ed25519_SECRETKEYBYTES 64U  #define crypto_sign_ed25519_SECRETKEYBYTES 64U
 #define crypto_sign_ed25519_PUBLICKEYBYTES 32U  #define crypto_sign_ed25519_PUBLICKEYBYTES 32U
 #define crypto_sign_ed25519_BYTES 64U  #define crypto_sign_ed25519_BYTES 64U

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