Skip to content

Commit cb45857

Browse files
committed
Neon NTT reference: switch from tches to eprint url.
The tches server being unavailable keeps failing our CI. This commit switches to the eprint url of the same paper - that should be more stable. Signed-off-by: Matthias J. Kannwischer <[email protected]>
1 parent 3d14863 commit cb45857

27 files changed

+27
-27
lines changed

BIBLIOGRAPHY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ source code and documentation.
157157
- Matthias J. Kannwischer
158158
- Bo-Yin Yang
159159
- Shang-Yi Yang
160-
* URL: https://tches.iacr.org/index.php/TCHES/article/view/9295
160+
* URL: https://eprint.iacr.org/2021/986
161161
* Referenced from:
162162
- [dev/aarch64_clean/README.md](dev/aarch64_clean/README.md)
163163
- [dev/aarch64_clean/src/intt.S](dev/aarch64_clean/src/intt.S)

BIBLIOGRAPHY.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
- id: NeonNTT
103103
name: "Neon NTT: Faster Dilithium, Kyber, and Saber on Cortex-A72 and Apple M1"
104104
year: 2022
105-
url: https://tches.iacr.org/index.php/TCHES/article/view/9295
105+
url: https://eprint.iacr.org/2021/986
106106
author:
107107
- Becker, Hanno
108108
- Hwang, Vincent

dev/aarch64_clean/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ target architecture is Cortex-A55, but you can easily re-optimize the code for a
1313
by SLOTHY, by adjusting the parameters in the [Makefile](../aarch64_opt/src/Makefile).
1414

1515
<!--- bibliography --->
16-
[^NeonNTT]: Becker, Hwang, Kannwischer, Yang, Yang: Neon NTT: Faster Dilithium, Kyber, and Saber on Cortex-A72 and Apple M1, [https://tches.iacr.org/index.php/TCHES/article/view/9295](https://tches.iacr.org/index.php/TCHES/article/view/9295)
16+
[^NeonNTT]: Becker, Hwang, Kannwischer, Yang, Yang: Neon NTT: Faster Dilithium, Kyber, and Saber on Cortex-A72 and Apple M1, [https://eprint.iacr.org/2021/986](https://eprint.iacr.org/2021/986)
1717
[^SLOTHY_Paper]: Abdulrahman, Becker, Kannwischer, Klein: Fast and Clean: Auditable high-performance assembly via constraint solving, [https://eprint.iacr.org/2022/1303](https://eprint.iacr.org/2022/1303)

dev/aarch64_clean/src/intt.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* - [NeonNTT]
3030
* Neon NTT: Faster Dilithium, Kyber, and Saber on Cortex-A72 and Apple M1
3131
* Becker, Hwang, Kannwischer, Yang, Yang
32-
* https://tches.iacr.org/index.php/TCHES/article/view/9295
32+
* https://eprint.iacr.org/2021/986
3333
*
3434
* - [SLOTHY_Paper]
3535
* Fast and Clean: Auditable high-performance assembly via constraint solving

dev/aarch64_clean/src/ntt.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* - [NeonNTT]
3030
* Neon NTT: Faster Dilithium, Kyber, and Saber on Cortex-A72 and Apple M1
3131
* Becker, Hwang, Kannwischer, Yang, Yang
32-
* https://tches.iacr.org/index.php/TCHES/article/view/9295
32+
* https://eprint.iacr.org/2021/986
3333
*
3434
* - [SLOTHY_Paper]
3535
* Fast and Clean: Auditable high-performance assembly via constraint solving

dev/aarch64_clean/src/polyvec_basemul_acc_montgomery_cached_asm_k2.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* - [NeonNTT]
1010
* Neon NTT: Faster Dilithium, Kyber, and Saber on Cortex-A72 and Apple M1
1111
* Becker, Hwang, Kannwischer, Yang, Yang
12-
* https://tches.iacr.org/index.php/TCHES/article/view/9295
12+
* https://eprint.iacr.org/2021/986
1313
*/
1414

1515
/* Re-implementation of asymmetric base multiplication following @[NeonNTT] */

dev/aarch64_clean/src/polyvec_basemul_acc_montgomery_cached_asm_k3.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* - [NeonNTT]
1010
* Neon NTT: Faster Dilithium, Kyber, and Saber on Cortex-A72 and Apple M1
1111
* Becker, Hwang, Kannwischer, Yang, Yang
12-
* https://tches.iacr.org/index.php/TCHES/article/view/9295
12+
* https://eprint.iacr.org/2021/986
1313
*/
1414

1515
/* Re-implementation of asymmetric base multiplication following @[NeonNTT] */

dev/aarch64_clean/src/polyvec_basemul_acc_montgomery_cached_asm_k4.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* - [NeonNTT]
1010
* Neon NTT: Faster Dilithium, Kyber, and Saber on Cortex-A72 and Apple M1
1111
* Becker, Hwang, Kannwischer, Yang, Yang
12-
* https://tches.iacr.org/index.php/TCHES/article/view/9295
12+
* https://eprint.iacr.org/2021/986
1313
*/
1414

1515
/* Re-implementation of asymmetric base multiplication following @[NeonNTT] */

dev/aarch64_opt/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ target architecture is Cortex-A55, but you can easily re-optimize the code for a
1111
by SLOTHY, by adjusting the parameters in the [Makefile](src/Makefile).
1212

1313
<!--- bibliography --->
14-
[^NeonNTT]: Becker, Hwang, Kannwischer, Yang, Yang: Neon NTT: Faster Dilithium, Kyber, and Saber on Cortex-A72 and Apple M1, [https://tches.iacr.org/index.php/TCHES/article/view/9295](https://tches.iacr.org/index.php/TCHES/article/view/9295)
14+
[^NeonNTT]: Becker, Hwang, Kannwischer, Yang, Yang: Neon NTT: Faster Dilithium, Kyber, and Saber on Cortex-A72 and Apple M1, [https://eprint.iacr.org/2021/986](https://eprint.iacr.org/2021/986)
1515
[^SLOTHY_Paper]: Abdulrahman, Becker, Kannwischer, Klein: Fast and Clean: Auditable high-performance assembly via constraint solving, [https://eprint.iacr.org/2022/1303](https://eprint.iacr.org/2022/1303)

dev/aarch64_opt/src/intt.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* - [NeonNTT]
3030
* Neon NTT: Faster Dilithium, Kyber, and Saber on Cortex-A72 and Apple M1
3131
* Becker, Hwang, Kannwischer, Yang, Yang
32-
* https://tches.iacr.org/index.php/TCHES/article/view/9295
32+
* https://eprint.iacr.org/2021/986
3333
*
3434
* - [SLOTHY_Paper]
3535
* Fast and Clean: Auditable high-performance assembly via constraint solving

0 commit comments

Comments
 (0)