From c3159cfe487288eb024109bf4ee7227a32552bd7 Mon Sep 17 00:00:00 2001 From: Theodore Ehrenborg Date: Thu, 17 Jul 2025 12:43:35 +0100 Subject: [PATCH] Fix misspelling --- curve25519-dalek/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curve25519-dalek/README.md b/curve25519-dalek/README.md index 1316dbac8..7984da42b 100644 --- a/curve25519-dalek/README.md +++ b/curve25519-dalek/README.md @@ -82,7 +82,7 @@ Curve arithmetic is implemented and used by one of the following backends: | Backend | Selection | Implementation | Bits / Word sizes | | :--- | :--- | :--- | :--- | -| `serial` | Automatic | An optimized, non-parllel implementation | `32` and `64` | +| `serial` | Automatic | An optimized, non-parallel implementation | `32` and `64` | | `fiat` | Manual | Formally verified field arithmetic from [fiat-crypto] | `32` and `64` | | `simd` | Automatic | Intel AVX2 accelerated backend | `64` only | | `unstable_avx512` | Manual | Intel AVX512 IFMA accelerated backend (requires nightly) | `64` only |