File tree Expand file tree Collapse file tree
mldsa/src/native/x86_64/src
proofs/hol_light/x86_64/mldsa Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 * Copyright (c) The mldsa-native project authors
44 * SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT
55 */
6- /*
7- * This file is derived from the public domain
8- * AVX2 Dilithium implementation @[REF_AVX2].
9- */
106
117/* References
128 * ==========
1713 * https://github.com/pq-crystals/dilithium/tree/master/avx2
1814 */
1915
16+ /*
17+ * This file is derived from the public domain
18+ * AVX2 Dilithium implementation @[REF_AVX2].
19+ */
20+
2021#include "../../../common.h"
2122#if defined(MLD_ARITH_BACKEND_X86_64_DEFAULT) && \
2223 !defined(MLD_CONFIG_MULTILEVEL_NO_SHARED)
Original file line number Diff line number Diff line change 33 * Copyright (c) The mldsa-native project authors
44 * SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT
55 */
6- /*
7- * This file is derived from the public domain
8- * AVX2 Dilithium implementation @[REF_AVX2].
9- */
106
117/* References
128 * ==========
1713 * https://github.com/pq-crystals/dilithium/tree/master/avx2
1814 */
1915
16+ /*
17+ * This file is derived from the public domain
18+ * AVX2 Dilithium implementation @[REF_AVX2].
19+ */
20+
2021#include "../../../common.h"
2122#if defined(MLD_ARITH_BACKEND_X86_64_DEFAULT) && \
2223 !defined(MLD_CONFIG_MULTILEVEL_NO_SHARED)
Original file line number Diff line number Diff line change 33 * Copyright (c) The mldsa-native project authors
44 * SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT
55 */
6- /*
7- * This file is derived from the public domain
8- * AVX2 Dilithium implementation @[REF_AVX2].
9- */
106
117/* References
128 * ==========
1713 * https://github.com/pq-crystals/dilithium/tree/master/avx2
1814 */
1915
16+ /*
17+ * This file is derived from the public domain
18+ * AVX2 Dilithium implementation @[REF_AVX2].
19+ */
20+
21+
2022/*
2123 * WARNING: This file is auto-derived from the mldsa-native source file
2224 * dev/x86_64/src/nttunpack.S using scripts/simpasm. Do not modify it directly.
You can’t perform that action at this time.
0 commit comments