Skip to content

Conversation

@tarcieri
Copy link
Member

These traits allow converting:

  • SecretKey => Scalar
  • PublicKey => AffinePoint

...in a curve-agnostic way.

These traits allow converting:

- SecretKey => Scalar
- PublicKey => AffinePoint

...in a curve-agnostic way.
@tarcieri tarcieri merged commit 6616a7c into master Jul 29, 2020
@tarcieri tarcieri deleted the elliptic-curve/from-public-key-and-secret-key branch July 29, 2020 16:44
tarcieri added a commit to RustCrypto/elliptic-curves that referenced this pull request Jul 29, 2020
...and remove the now legacy `FixedBaseScalarMul` trait.

This commit impls the changes from RustCrypto/traits#229 and
RustCrypto/traits#230:

- Adds a `FromSecretKey` impl on `Scalar`
- Adds a `FromPublicKey` impl on `AffinePoint`
- Adds `MulBase` impl on `Scalar`
tarcieri added a commit to RustCrypto/elliptic-curves that referenced this pull request Jul 29, 2020
...and remove the now legacy `FixedBaseScalarMul` trait.

This commit impls the changes from RustCrypto/traits#229 and
RustCrypto/traits#230:

- Adds a `FromSecretKey` impl on `Scalar`
- Adds a `FromPublicKey` impl on `AffinePoint`
- Adds `MulBase` impl on `Scalar`
tarcieri added a commit to RustCrypto/elliptic-curves that referenced this pull request Jul 29, 2020
...and remove the now legacy `FixedBaseScalarMul` trait.

This commit impls the changes from RustCrypto/traits#229 and
RustCrypto/traits#230:

- Adds a `FromSecretKey` impl on `Scalar`
- Adds a `FromPublicKey` impl on `AffinePoint`
- Adds `MulBase` impl on `Scalar`
@tarcieri tarcieri mentioned this pull request Aug 10, 2020
dns2utf8 pushed a commit to dns2utf8/traits that referenced this pull request Jan 24, 2023
Bumps [subtle](https://github.com/dalek-cryptography/subtle) from 2.3.0 to 2.4.1.
- [Release notes](https://github.com/dalek-cryptography/subtle/releases)
- [Changelog](https://github.com/dalek-cryptography/subtle/blob/main/CHANGELOG.md)
- [Commits](dalek-cryptography/subtle@2.3.0...2.4.1)

---
updated-dependencies:
- dependency-name: subtle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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