Skip to content

Commit 7f09d0f

Browse files
committed
README: mention that ARM assembly is experimental
1 parent 80cf4ee commit 7f09d0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Implementation details
3333
* Optimized implementation of arithmetic modulo the curve's field size (2^256 - 0x1000003D1).
3434
* Using 5 52-bit limbs (including hand-optimized assembly for x86_64, by Diederik Huys).
3535
* Using 10 26-bit limbs (including hand-optimized assembly for 32-bit ARM, by Wladimir J. van der Laan).
36+
* 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.
3637
* Scalar operations
3738
* Optimized implementation without data-dependent branches of arithmetic modulo the curve's order.
3839
* Using 4 64-bit limbs (relying on __int128 support in the compiler).

0 commit comments

Comments
 (0)