From 7f655751123a5734c4f75e0a70df075246721aaf Mon Sep 17 00:00:00 2001 From: efir369999 Date: Wed, 6 May 2026 01:11:56 +0300 Subject: [PATCH] fix: broken markdown refs auto-resolved --- .../mlkem/src/native/aarch64/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/iOS/liboqs/src/kem/ml_kem/mlkem-native_ml-kem-1024_aarch64/mlkem/src/native/aarch64/README.md b/iOS/liboqs/src/kem/ml_kem/mlkem-native_ml-kem-1024_aarch64/mlkem/src/native/aarch64/README.md index 0d56871..a915967 100644 --- a/iOS/liboqs/src/kem/ml_kem/mlkem-native_ml-kem-1024_aarch64/mlkem/src/native/aarch64/README.md +++ b/iOS/liboqs/src/kem/ml_kem/mlkem-native_ml-kem-1024_aarch64/mlkem/src/native/aarch64/README.md @@ -4,12 +4,12 @@ This directory contains a native backend for little endian AArch64 systems. It is derived from [^NeonNTT] [^SLOTHY_Paper]. -The code in this directory is auto-generated from the 'clean' assembly in [dev/aarch64_clean](../../../../dev/aarch64_clean) +The code in this directory is auto-generated from the 'clean' assembly in dev/aarch64_clean in a two-step fashion: First, it is superoptimized using the [SLOTHY](https://github.com/slothy-optimizer/slothy) superoptimizer, -giving the assembly in [dev/aarch64_opt](../../../../dev/aarch64_opt). Then, it is stripped of remaining register aliases, macros -and most preprocessor directives by [`scripts/simpasm`](../../../../scripts/simpasm). +giving the assembly in dev/aarch64_opt. Then, it is stripped of remaining register aliases, macros +and most preprocessor directives by `scripts/simpasm`. -If you want to understand how the assembly works, and/or make changes to it, consult [dev/](../../../../dev). +If you want to understand how the assembly works, and/or make changes to it, consult dev/. [^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)