# Version 2.0.0

## Breaking changes

- Canonicalized transcript framing for Fiat-Shamir and H(G^s) encoding (incompatible with previous releases).
- Fix: Correct MODP reconstruction Lagrange exponent modulus and inverse handling to avoid incorrect reconstructions.
- Fix: Per-participant DLEQ witness to avoid cross-share correlation.
- Refactor: Reuse DLEQ prover/verifier across group implementations and wire verification paths.
- Tests: Added regression tests and fixed clippy warnings.

# Version 0.2.7

## Improvements

- Remove useless clone()
- Fix warnings for clippy

# Version 0.2.5

## Fixs

- Change license

# Version 0.2.4

## Fixs

- Fix clippy errors

# Version 0.2.3

## Improvements

- Use borrowed types for arguments

# Version 0.2.2

## Fixs

- Fix clippy warning

# Version 0.2.1

## Fixs

- Make API easier to use

# Version 0.2.0

## Features

- Add reconstruct_parallelized API for improve reconstruct performance

# Version 0.1.0

## Improvements

- Upgrade dependencies version
- Improve doc
- Improve mpvss-rs's API


# Version 0.0.4

## Improvements

- Improve example mpvss_sub

# Version 0.0.3

## Improvements

- Add publish workflow for cargo publish

# Version 0.0.2

## Improvements

- Add more exmpales.
- Add crate-level doc.

# Version 0.0.1

## Features

- Support secret shares reconstruction.
- Support threshhold (t, n) scheme.
- Secret Reconstruction in single-thread. (multi-thread reconstruction will be coming soon)