Skip to content

elliptic-curve: fixups for Mul impls for NonZeroScalar - #862

Merged
tarcieri merged 1 commit into
masterfrom
elliptic-curve/non-zero-scalar-mul-fixups
Jan 3, 2022
Merged

elliptic-curve: fixups for Mul impls for NonZeroScalar#862
tarcieri merged 1 commit into
masterfrom
elliptic-curve/non-zero-scalar-mul-fixups

Conversation

@tarcieri

Copy link
Copy Markdown
Member
  • Uses a PrimeCurve bound to ensure curve is prime order
  • Composes the owned and borrowed impls of Mul, implementing the former in terms of the latter

@tarcieri
tarcieri requested a review from fjarriJanuary 3, 2022 16:37
- Uses a `PrimeCurve` bound to ensure curve is prime order
- Composes the owned and borrowed impls of `Mul`, implementing the
former in terms of the latter
@tarcieri
tarcieriforce-pushed the elliptic-curve/non-zero-scalar-mul-fixups branch from 8064240 to ff59dd7CompareJanuary 3, 2022 16:40
@tarcieri
tarcieri merged commit 1e1ab1d into masterJan 3, 2022
@tarcieri
tarcieri deleted the elliptic-curve/non-zero-scalar-mul-fixups branch January 3, 2022 16:48
@tarcieritarcieri mentioned this pull request Jan 14, 2022
Sign up for freeto 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

@tarcieri