Skip to content

Commit

Permalink
Fix serialization and add new impls (#107)
Browse files Browse the repository at this point in the history
Co-authored-by: Dev Ojha <[email protected]>
  • Loading branch information
Pratyush and ValarDragon authored Dec 5, 2020
1 parent b39d24e commit 2bc9f89
Show file tree
Hide file tree
Showing 2 changed files with 265 additions and 23 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@
- #99 (ark-poly) Speedup `evaluate_all_lagrange_coefficients`
- #100 (ark-ff) Implement `batch_inverse_and_mul`
- #101 (ark-ff) Add `element(i: usize)` on the `Domain` trait.
- #107 (ark-serialize) Add an impl of `CanonicalSerialize/Deserialize` for `BTreeSet`.

### Bug fixes
- #36 (ark-ec) In Short-Weierstrass curves, include an infinity bit in `ToConstraintField`.
- #107 (ark-serialize) Fix handling of `(de)serialize_uncompressed/unchecked` in various impls of `CanonicalSerialize/Deserialize`.


## v0.0 (Initial release of arkworks/algebra)
## v0.1.0 (Initial release of arkworks/algebra)
Loading

0 comments on commit 2bc9f89

Please sign in to comment.