From cd7285800287563e2a12a56dadee779dbe2330d4 Mon Sep 17 00:00:00 2001 From: Jonas Nick Date: Wed, 20 Oct 2021 13:35:14 +0000 Subject: [PATCH] README: mention that ARM assembly is experimental --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 354b6b65e6..41863bf201 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ Implementation details * Optimized implementation of arithmetic modulo the curve's field size (2^256 - 0x1000003D1). * Using 5 52-bit limbs (including hand-optimized assembly for x86_64, by Diederik Huys). * Using 10 26-bit limbs (including hand-optimized assembly for 32-bit ARM, by Wladimir J. van der Laan). + * This is an experimental feature that has not received enough scrutiny to satisfy the standard of quality of this library but is made available for testing and review by the community. * Scalar operations * Optimized implementation without data-dependent branches of arithmetic modulo the curve's order. * Using 4 64-bit limbs (relying on __int128 support in the compiler).