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

[API BREAK] Remove recoverPublicKey from K1.ECDSA.NonRecoverable.Signature and remove an init from K1.ECDSA.Recoverable.Signature #36

Merged
merged 2 commits into from
Mar 29, 2023

Conversation

Sajjon
Copy link
Owner

@Sajjon Sajjon commented Mar 29, 2023

Clean up compact and document it, also remove recover method from K1.ECDSA.NonRecoverable.Signature

Make func serialize(format: SerializationFormat) -> Data on K1.ECDSA.Recoverable.Signature.Compact function public

… since it was less clean and clear API, users you init a K1.ECDSA.Recoverable.Signature first and use recovery on that.
@Sajjon Sajjon added BREAKS API Breaking API change documentation Improvements or additions to documentation labels Mar 29, 2023
@Sajjon Sajjon changed the title Document compact [API BREAK] Remove recoverPublicKey from K1.ECDSA.NonRecoverable.Signature and remove an init from K1.ECDSA.Recoverable.Signature Mar 29, 2023
@Sajjon Sajjon merged commit a54a100 into main Mar 29, 2023
@Sajjon Sajjon deleted the document_compact branch March 29, 2023 06:26
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BREAKS API Breaking API change documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant