mirror da
https://github.com/henrydcase/pqc.git
synced 2024-11-22 07:35:38 +00:00
Namespace global variable in HQC
This commit is contained in:
parent
7bc63d020b
commit
12c99ff23a
@ -43,7 +43,7 @@ void PQCLEAN_HQC128_AVX2_code_encode(uint64_t *em, const uint64_t *m) {
|
||||
|
||||
__m256i *colonne, y, aux0;
|
||||
__m256i msg = _mm256_lddqu_si256((const __m256i *) m);
|
||||
colonne = ((__m256i *) gen_matrix);
|
||||
colonne = ((__m256i *) PQCLEAN_HQC128_AVX2_gen_matrix);
|
||||
|
||||
pos_r = 0;
|
||||
for (i = 0; i < PARAM_N1 - PARAM_K; i++) {
|
||||
|
File diff soppresso perché una o più righe sono troppo lunghe
@ -43,7 +43,7 @@ void PQCLEAN_HQC192_AVX2_code_encode(uint64_t *em, const uint64_t *m) {
|
||||
|
||||
__m256i *colonne, y, aux0;
|
||||
__m256i msg = _mm256_lddqu_si256((const __m256i *) m);
|
||||
colonne = ((__m256i *) gen_matrix);
|
||||
colonne = ((__m256i *) PQCLEAN_HQC192_AVX2_gen_matrix);
|
||||
|
||||
pos_r = 0;
|
||||
for (i = 0; i < PARAM_N1 - PARAM_K; i++) {
|
||||
|
File diff soppresso perché una o più righe sono troppo lunghe
@ -44,7 +44,7 @@ void PQCLEAN_HQC256_AVX2_code_encode(uint64_t *em, const uint64_t *m) {
|
||||
|
||||
__m256i *colonne, y, aux0;
|
||||
__m256i msg = _mm256_lddqu_si256((const __m256i *) m);
|
||||
colonne = ((__m256i *) gen_matrix);
|
||||
colonne = ((__m256i *) PQCLEAN_HQC256_AVX2_gen_matrix);
|
||||
|
||||
pos_r = 0;
|
||||
for (i = 0; i < PARAM_N1 - PARAM_K; i++) {
|
||||
|
File diff soppresso perché una o più righe sono troppo lunghe
Caricamento…
Fai riferimento in un nuovo problema
Block a user