1
1
зеркало из https://github.com/henrydcase/pqc.git synced 2024-11-22 07:35:38 +00:00
Этот коммит содержится в:
John M. Schanck 2020-09-14 13:19:20 -04:00 коммит произвёл Kris Kwiatkowski
родитель 2f05de259d
Коммит 84005fd23a
12 изменённых файлов: 12 добавлений и 12 удалений

Просмотреть файл

@ -136,5 +136,5 @@ int PQCLEAN_HQC128_AVX2_crypto_kem_dec(unsigned char *ss, const unsigned char *c
}
return result & 1;
return -(result & 1);
}

Просмотреть файл

@ -140,5 +140,5 @@ int PQCLEAN_HQC128_CLEAN_crypto_kem_dec(unsigned char *ss, const unsigned char *
}
return result & 1;
return -(result & 1);
}

Просмотреть файл

@ -136,5 +136,5 @@ int PQCLEAN_HQC192_AVX2_crypto_kem_dec(unsigned char *ss, const unsigned char *c
}
return result & 1;
return -(result & 1);
}

Просмотреть файл

@ -140,5 +140,5 @@ int PQCLEAN_HQC192_CLEAN_crypto_kem_dec(unsigned char *ss, const unsigned char *
}
return result & 1;
return -(result & 1);
}

Просмотреть файл

@ -136,5 +136,5 @@ int PQCLEAN_HQC256_AVX2_crypto_kem_dec(unsigned char *ss, const unsigned char *c
}
return result & 1;
return -(result & 1);
}

Просмотреть файл

@ -140,5 +140,5 @@ int PQCLEAN_HQC256_CLEAN_crypto_kem_dec(unsigned char *ss, const unsigned char *
}
return result & 1;
return -(result & 1);
}

Просмотреть файл

@ -136,5 +136,5 @@ int PQCLEAN_HQCRMRS128_AVX2_crypto_kem_dec(unsigned char *ss, const unsigned cha
}
return result & 1;
return -(result & 1);
}

Просмотреть файл

@ -136,5 +136,5 @@ int PQCLEAN_HQCRMRS128_CLEAN_crypto_kem_dec(unsigned char *ss, const unsigned ch
}
return result & 1;
return -(result & 1);
}

Просмотреть файл

@ -136,5 +136,5 @@ int PQCLEAN_HQCRMRS192_AVX2_crypto_kem_dec(unsigned char *ss, const unsigned cha
}
return result & 1;
return -(result & 1);
}

Просмотреть файл

@ -136,5 +136,5 @@ int PQCLEAN_HQCRMRS192_CLEAN_crypto_kem_dec(unsigned char *ss, const unsigned ch
}
return result & 1;
return -(result & 1);
}

Просмотреть файл

@ -136,5 +136,5 @@ int PQCLEAN_HQCRMRS256_AVX2_crypto_kem_dec(unsigned char *ss, const unsigned cha
}
return result & 1;
return -(result & 1);
}

Просмотреть файл

@ -136,5 +136,5 @@ int PQCLEAN_HQCRMRS256_CLEAN_crypto_kem_dec(unsigned char *ss, const unsigned ch
}
return result & 1;
return -(result & 1);
}