We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be6631f commit dd56e26Copy full SHA for dd56e26
1 file changed
README.md
@@ -81,7 +81,7 @@ PR.
81
82
Our AArch64 assembly is developed using [SLOTHY](https://github.com/slothy-optimizer/slothy): We write
83
'clean' assembly by hand and automate micro-optimizations (e.g. see the [clean](dev/aarch64_clean/src/ntt_clean.S)
84
-vs [optimized](mlkem/native/aarch64/src/ntt_opt.S) AArch64 NTT).
+vs [optimized](mlkem/native/aarch64/src/ntt_opt.S) AArch64 NTT). See [dev/README.md](dev/README.md) for more details.
85
86
## How should I use mlkem-native?
87
0 commit comments