Skip to content

Commit

Permalink
chore: update changelog, readme
Browse files Browse the repository at this point in the history
  • Loading branch information
redshiftzero committed Apr 3, 2024
1 parent 130bf15 commit a2c3221
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,5 @@
* fix: field modulus by @TalDerei in #92
* adjust anyhow scope and remove unused dependencies by @neithanmo in #96
* add power impl and expose `Fq::from_montgomery_limbs` by @redshiftzero in #98
* Add missing conversion trait implementations by @neithanmo in #97

3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ website](https://protocol.penumbra.zone/main/crypto/decaf377.html).
## Features

* `std`: default, for use in `std` environments,
* `alloc`: default, for use in `alloc` environments,
* `arkworks`: default, uses Arkworks crates for elliptic curve operations,
* `u32_backend`: uses 32-bit finite field arithmetic (default is 64-bit),
* `r1cs`: enables rank-1 constraint system gadgets,
* `parallel`: enables the use of parallelism.

Expand Down

0 comments on commit a2c3221

Please sign in to comment.