Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

elliptic-curve: rename ScalarBytes => ElementBytes #246

Merged

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Aug 4, 2020

This type alias is being used for things that aren't elements of the scalar field, like serialized affine coordinates.

This commit renames it into something more general which applies to these cases. It's also more consistent with the Curve::ElementSize associated type name.

This type alias is being used for things that aren't elements of the
scalar field, like serialized affine coordinates.

This commit renames it into something more general which applies to
these cases. It's also more consistent with the `Curve::ElementSize`
associated type name.
@tarcieri tarcieri force-pushed the elliptic-curve/rename-scalar-bytes-to-element-bytes branch from 96e8c8c to e3480ec Compare August 4, 2020 19:53
@tarcieri tarcieri merged commit 1dd4bc5 into master Aug 4, 2020
@tarcieri tarcieri deleted the elliptic-curve/rename-scalar-bytes-to-element-bytes branch August 4, 2020 19:56
tarcieri added a commit to RustCrypto/signatures that referenced this pull request Aug 4, 2020
tarcieri added a commit to RustCrypto/signatures that referenced this pull request Aug 4, 2020
tarcieri added a commit to RustCrypto/elliptic-curves that referenced this pull request Aug 4, 2020
tarcieri added a commit to RustCrypto/elliptic-curves that referenced this pull request Aug 4, 2020
tarcieri added a commit to RustCrypto/elliptic-curves that referenced this pull request Aug 4, 2020
@tarcieri tarcieri mentioned this pull request Aug 10, 2020
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