1
1
espelhamento de https://github.com/henrydcase/pqc.git sincronizado 2024-11-22 07:35:38 +00:00

memsan: modify ending of the ciphertext as in the paper

Esse commit está contido em:
Henry Case 2021-07-16 23:48:56 +01:00
commit 470295de62

Ver arquivo

@ -105,7 +105,7 @@ TEST(Frodo, Decaps_Negative) {
pqc_kem_encapsulate(p, ct.data(), ss1.data(), pk.data()));
// Alter C1 of the ciphertext
ct[2] ^= 1;
ct[ct.size()-2] ^= 1;
ct_expect_uum();
res = pqc_kem_decapsulate(p, ss2.data(), ct.data(), sk.data());