Skip to content

polyval-v0.7.0

@tarcieri tarcieri tagged this 27 Feb 17:25
## Added
- `hazmat` feature that exposes `FieldElement` type (#279)

## Changed
- Edition changed to 2024 and MSRV bumped to 1.85 (#228)
- Relax MSRV policy and allow MSRV bumps in patch releases
- Replace `polyval_force_soft` with `polyval_backend="soft"` (#259)
- Use `cpubits` crate for `soft` backend selection (#261)
- Bump `cpufeatures` to v0.3 (#292)
- Use [Reduction/Field algorithm] for parallel block processing on
  `aarch64`/`x86(_64)` (#294)
- `polyval::mulx` moved to `FieldElement::mulx` (#296)
- Update to `universal-hash` v0.6 (#310)

## Removed
- `cfg(polyval_armv8)` - now enabled by default (#214)
Assets 2
Loading