Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashtare committed May 3, 2023
1 parent 1ed7cef commit fc81e7e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fc81e7e

Please sign in to comment.