Namespace global variable in HQC
This commit is contained in:
父節點
7bc63d020b
當前提交
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++) {
|
||||
|
檔案差異因為一行或多行太長而無法顯示
@ -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++) {
|
||||
|
檔案差異因為一行或多行太長而無法顯示
@ -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++) {
|
||||
|
檔案差異因為一行或多行太長而無法顯示
載入中…
新增問題並參考
Block a user