Skip to content

elliptic-curve: remove Generate trait#295

Merged
tarcieri merged 1 commit into
masterfrom
elliptic-curve/remove-generate
Sep 9, 2020
Merged

elliptic-curve: remove Generate trait#295
tarcieri merged 1 commit into
masterfrom
elliptic-curve/remove-generate

Conversation

@tarcieri

@tarcieri tarcieri commented Sep 9, 2020

Copy link
Copy Markdown
Member

The functionality it previously provided as a trait is now available via methods like Field::random and Group::random.

The other places where it was being used have been converted to inherent methods on concrete types, which is easier to use because there's no need to import a trait.

The functionality it previously provided as a trait is now available via
methods like `Field::random` and `Group::random`.

The other places where it was being used have been converted to inherent
methods on concrete types, which is easier to use because there's no
need to import a trait.
@tarcieri tarcieri force-pushed the elliptic-curve/remove-generate branch from 63c0252 to fb91cb9 Compare September 9, 2020 15:03
@tarcieri tarcieri merged commit a866a23 into master Sep 9, 2020
@tarcieri tarcieri deleted the elliptic-curve/remove-generate branch September 9, 2020 15:14
tarcieri added a commit to RustCrypto/signatures that referenced this pull request Sep 9, 2020
tarcieri added a commit to RustCrypto/signatures that referenced this pull request Sep 9, 2020
tarcieri added a commit to RustCrypto/elliptic-curves that referenced this pull request Sep 9, 2020
It's been replaced by methods like `Field::random` and `Group::random`.

See: RustCrypto/traits#295
tarcieri added a commit to RustCrypto/elliptic-curves that referenced this pull request Sep 9, 2020
It's been replaced by methods like `Field::random` and `Group::random`.

See: RustCrypto/traits#295
@tarcieri tarcieri mentioned this pull request Sep 11, 2020
dns2utf8 pushed a commit to dns2utf8/traits that referenced this pull request Jan 24, 2023
Bumps [base64ct](https://github.com/RustCrypto/formats) from 1.4.1 to 1.5.0.
- [Release notes](https://github.com/RustCrypto/formats/releases)
- [Commits](RustCrypto/formats@base64ct/v1.4.1...base64ct/v1.5.0)

---
updated-dependencies:
- dependency-name: base64ct
  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>
scv35 added a commit to scv35/Signature-algorithms that referenced this pull request Jul 4, 2025
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.

1 participant