-
Notifications
You must be signed in to change notification settings - Fork 156
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
Use BigUint
for the Signature internal representations
#220
Comments
cc @npmccallum There are many APIs that currently take a slice which would need at least an equivalent API which operates on a I think we could potentially consider removing some of the old APIs from the public API as well. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ideally we could replace the internal representation of a
Signature
s with aBigUint
now, which would eliminate the need for an intermediateBox<[u8]>
when signing/verifying.Originally posted by @tarcieri in #217 (comment)
The text was updated successfully, but these errors were encountered: