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

Diff for /src/usr.bin/ssh/kexsntrup761x25519.c between version 1.1 and 1.2

version 1.1, 2020/12/29 00:59:15 version 1.2, 2021/12/05 12:28:27
Line 128 
Line 128 
         dump_digest("server public key 25519:", server_pub, CURVE25519_SIZE);          dump_digest("server public key 25519:", server_pub, CURVE25519_SIZE);
         dump_digest("server cipher text:", ciphertext,          dump_digest("server cipher text:", ciphertext,
             crypto_kem_sntrup761_CIPHERTEXTBYTES);              crypto_kem_sntrup761_CIPHERTEXTBYTES);
         dump_digest("server kem key:", kem_key, sizeof(kem_key));          dump_digest("server kem key:", kem_key, crypto_kem_sntrup761_BYTES);
         dump_digest("concatenation of KEM key and ECDH shared key:",          dump_digest("concatenation of KEM key and ECDH shared key:",
             sshbuf_ptr(buf), sshbuf_len(buf));              sshbuf_ptr(buf), sshbuf_len(buf));
 #endif  #endif

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