Fix potential kyberslash attack#2
Closed
bifurcation wants to merge 17 commits intobifurcation:masterfrom
Closed
Conversation
CodSpeed Performance ReportMerging #2 will not alter performanceComparing Summary
|
Updates compress method to remove division of secret values by public value (q) as described in the kyberslash attack
This tweaks the `repository` fields in Cargo metadata in order to use the correct (i.e. git clonable) URL. The existing GitHub webUI URLs for each package have been retained and moved to `homepage` fields.
Previously `beta` was used for the `integer_division_remainder_used` lint, which was stabilized in 1.79 which was released today. Closes RustCrypto#27
…pto#33) * build(deps): bump hybrid-array from 0.2.0-rc.8 to 0.2.0-rc.9 Bumps [hybrid-array](https://github.com/RustCrypto/hybrid-array) from 0.2.0-rc.8 to 0.2.0-rc.9. - [Changelog](https://github.com/RustCrypto/hybrid-array/blob/master/CHANGELOG.md) - [Commits](RustCrypto/hybrid-array@v0.2.0-rc.8...v0.2.0-rc.9) --- updated-dependencies: - dependency-name: hybrid-array dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * ml-kem: use `try_from` instead of deprecated `from_slice` (RustCrypto#34) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: supinie <86788874+supinie@users.noreply.github.com>
- Adds "About", "Crates", "License" and "Contribution" sections - Adds badges and links
They don't fit inline anyway, and this is more readable
Bumps [zeroize](https://github.com/RustCrypto/utils) from 1.7.0 to 1.8.1. - [Commits](RustCrypto/utils@zeroize-v1.7.0...zeroize-v1.8.1) --- updated-dependencies: - dependency-name: zeroize dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Adds `no_std` support to `dhkem`, which involved moving `std`-dependent tests from `lib/` to the `tests/` directory, which links them in a separate crate that can access `std`. Also adds `default-features = false` to each of the elliptic curve crate dependencies. Finally, adds a CI check that the crate can link on a `no_std` target.
This maps to the `ecdh` feature name of the respective crates
Also adds `#[warn(missing_docs)]`. This reduces the curve choices to the following: - k256: secp256k1 - p256: NIST P-256 - p384: NIST P-384 - p521: NIST P-521 It also adds `*Kem` to the end of every type name, to avoid a name clash between elliptic curves and their respective KEMs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.