Skip to content

Crate fss-rs v0.6.0

Latest
Compare
Choose a tag to compare
@myl7 myl7 released this 30 Jul 14:11
86bc0bb

[0.6.0] - 2024-07-30

Features

  • Impl from int for int&int_prime groups
  • Support stable Rust with features

Bug Fixes

  • Correct int_prime group neg
  • Fix from_bytes of int_prime group
  • Fix doc comment code block test

Refactor

  • [breaking] Rename bound state
  • [breaking] Update PRG new() arg types
  • Update generic param name
  • Use Neg for inverse element
  • Reduce required supertraits of group trait
  • Remove unused unstable features

Documentation

  • Fix dead link in readme
  • Enhance doc comments of dcf/dpf
  • Update doc comment of group trait
  • Update readme for support of stable Rust
  • Add correctness fix log to readme

Testing

  • Setup property-based tests
  • Add tests for group axioms

Miscellaneous Tasks

  • (ci) Update CI to test in stable Rust
  • Setup and migrate changelog