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

Diff for /src/usr.bin/ssh/xmss_hash.c between version 1.3 and 1.4

version 1.3, 2022/04/20 16:00:25 version 1.4, 2023/12/20 00:06:25
Line 70 
Line 70 
 }  }
   
 /*  /*
  * Implemts H_msg   * Implements H_msg
  */   */
 int h_msg(unsigned char *out, const unsigned char *in, unsigned long long inlen, const unsigned char *key, const unsigned int keylen, const unsigned int n)  int h_msg(unsigned char *out, const unsigned char *in, unsigned long long inlen, const unsigned char *key, const unsigned int keylen, const unsigned int n)
 {  {

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4