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

Diff for /src/usr.bin/ssh/sshkey-xmss.h between version 1.1 and 1.2

version 1.1, 2018/02/23 15:58:38 version 1.2, 2020/10/19 22:49:23
Line 47 
Line 47 
 int      sshkey_xmss_siglen(const struct sshkey *, size_t *);  int      sshkey_xmss_siglen(const struct sshkey *, size_t *);
 void    *sshkey_xmss_params(const struct sshkey *);  void    *sshkey_xmss_params(const struct sshkey *);
 void    *sshkey_xmss_bds_state(const struct sshkey *);  void    *sshkey_xmss_bds_state(const struct sshkey *);
 int      sshkey_xmss_get_state(const struct sshkey *, sshkey_printfn *);  int      sshkey_xmss_get_state(const struct sshkey *, int);
 int      sshkey_xmss_enable_maxsign(struct sshkey *, u_int32_t);  int      sshkey_xmss_enable_maxsign(struct sshkey *, u_int32_t);
 int      sshkey_xmss_forward_state(const struct sshkey *, u_int32_t);  int      sshkey_xmss_forward_state(const struct sshkey *, u_int32_t);
 int      sshkey_xmss_update_state(const struct sshkey *, sshkey_printfn *);  int      sshkey_xmss_update_state(const struct sshkey *, int);
 u_int32_t sshkey_xmss_signatures_left(const struct sshkey *);  u_int32_t sshkey_xmss_signatures_left(const struct sshkey *);
   
 #endif /* SSHKEY_XMSS_H */  #endif /* SSHKEY_XMSS_H */

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