threshold-OPAQUE
threshold-OPAQUE copied to clipboard
Update curve25519-dalek requirement from 1.2.3 to 3.1.0
Updates the requirements on curve25519-dalek to permit the latest version.
Changelog
Sourced from curve25519-dalek's changelog.
3.1.0
- Add support for the Elligator2 encoding for Edwards points.
- Add two optional formally-verified field arithmetic backends which use the Fiat Crypto project's Rust code, which is generated from proofs of functional correctness checked by the Coq theorem proving system.
- Add support for additional sizes of precomputed tables for basepoint scalar multiplication.
- Fix an unused import.
- Add support for using the
zeroizetraits with all point types. Note that points are not automatically zeroized on Drop, but that consumers ofcurve25519-dalekshould call these methods manually when needed.3.0.2
- Fixes to make using alloc+no_std possible for stable Rust.
3.0.1
- Update the optional
packed-simddependency to rely on a newer, maintained version of thepacked-simd-2crate.3.0.0
- Update the
digestdependency to0.9. This requires a major version because thedigesttraits are part of the public API, but there are otherwise no changes to the API.2.x series
2.1.2
- Fixes to make using alloc+no_std possible for stable Rust.
2.1.1
- Update the optional
packed-simddependency to rely on a newer, maintained version of thepacked-simd-2crate.2.1.0
- Make
Scalar::from_bitsaconst fn, allowing its use inconstcontexts.2.0.0
- Fix a data modeling error in the
serdefeature pointed out by Trevor Perrin which caused points and scalars to be serialized with length fields rather than as fixed-size 32-byte arrays. This is a breaking change, but it fixes
... (truncated)
Commits
2ea17d5Update CHANGELOG and README; bump to 3.1.0.5eca140Merge pull request #351 from isislovecruft/fix/cleanup-elligatorcecc821Merge pull request #342 from huitseeker/fiat4_with_u3235d4eabMerge pull request #349 from huitseeker/modernize_benchmarksb05feecMerge pull request #350 from isislovecruft/develop0da8f08Maintain legacy 3.x support for lookup tables.ee90202Trivial cleanups to Elligator2 encoding.d130b5f[benchmarks-only] Updates the benchmarkscc0c444Merge branch 'feature/dynamic-table-sizes' into develop1491f0dUpdate copyright years.- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)