From fc81e7ec28a3c15906e8d09fec79e977f556aff8 Mon Sep 17 00:00:00 2001 From: Robin Salen Date: Wed, 3 May 2023 09:17:53 +0200 Subject: [PATCH] Update README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 311fb90..bcd8ab8 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,11 @@ This library also provides by default an example instantiation over the Secp256k This crate can be made `no_std` compliant, by relying on the `alloc` crate instead. +## Features + +- `std`: activated by-default, allowing use of the Rust standard library +- `asm`: deactivated by-default, allowing x86-64 assembly optimization for finite field operations. This feature also activates the `std` one. + ## WARNING This codebase is under development and is at an academic proof-of-concept prototype level.