Skip to content

Conversation

@tarcieri
Copy link
Member

As proposed in RustCrypto/elliptic-curves#71, this PR imports the code for the elliptic-curve crate previously located at:

https://github.com/RustCrypto/elliptic-curves/tree/359f16dc9479bd27ef4d506aaf44b16f5945f718/elliptic-curve-crate

Latest release is v0.4.0

@tarcieri tarcieri merged commit 9fc143a into master Jul 13, 2020
@tarcieri tarcieri deleted the elliptic-curve branch July 13, 2020 13:51
This was referenced Aug 10, 2020
dns2utf8 pushed a commit to dns2utf8/traits that referenced this pull request Jan 24, 2023
Uses `Params` internally within the `Argon2` context, refactoring all of
the logic related to parameter handling into that type/module:

- Changes `Argon2::new` to accept explicit `version` and `params`
- Factors apart `Argon2::new` and `Argon2::new_with_secret`, making the
  former infallible.
- Makes the `Params` struct opaque with field accessors, and ensures it
  always represents a valid set of parameters.
- Removes `version` parameter from `hash_password_into`, using the one
  supplied to `Argon2::new`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants