Skip to content

Commit 19b7053

Browse files
committed
linting again
Signed-off-by: Jake Massimo <jakemas@amazon.com>
1 parent 39e5dcc commit 19b7053

3 files changed

Lines changed: 16 additions & 12 deletions

File tree

dev/x86_64/src/nttunpack.S

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
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
* ==========
@@ -17,6 +13,11 @@
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)

mldsa/src/native/x86_64/src/nttunpack.S

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
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
* ==========
@@ -17,6 +13,11 @@
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)

proofs/hol_light/x86_64/mldsa/mldsa_nttunpack.S

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
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
* ==========
@@ -17,6 +13,12 @@
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.

0 commit comments

Comments
 (0)