[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.3 and 1.4

version 1.3, 2021/04/03 06:18:41 version 1.4, 2022/10/28 00:39:29
Line 34 
Line 34 
 size_t   sshkey_xmss_sklen(const struct sshkey *);  size_t   sshkey_xmss_sklen(const struct sshkey *);
 int      sshkey_xmss_init(struct sshkey *, const char *);  int      sshkey_xmss_init(struct sshkey *, const char *);
 void     sshkey_xmss_free_state(struct sshkey *);  void     sshkey_xmss_free_state(struct sshkey *);
 int      sshkey_xmss_generate_private_key(struct sshkey *, u_int);  int      sshkey_xmss_generate_private_key(struct sshkey *, int);
 int      sshkey_xmss_serialize_state(const struct sshkey *, struct sshbuf *);  int      sshkey_xmss_serialize_state(const struct sshkey *, struct sshbuf *);
 int      sshkey_xmss_serialize_state_opt(const struct sshkey *, struct sshbuf *,  int      sshkey_xmss_serialize_state_opt(const struct sshkey *, struct sshbuf *,
             enum sshkey_serialize_rep);              enum sshkey_serialize_rep);

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