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

BIP-32 derivations and master fingerprint; ECDSA and Schnorr signatures on Secp256k1 #49

Merged
merged 7 commits into from
Dec 16, 2024

Conversation

bigspider
Copy link
Collaborator

@bigspider bigspider commented Dec 6, 2024

This adds support for ECALLs, and SDK abstractions, for BIP32 derivations, ECDSA signatures and Schnorr signatures on the Secp256k1 curve.

The ECALL interface is a bit too BOLOS-specific, but the exposed sdk abstractions are cleaner; therefore, future refactorings without too many breaking changes should be feasible.

@bigspider bigspider force-pushed the crypto branch 2 times, most recently from e3e4265 to 45cd638 Compare December 6, 2024 12:31
@bigspider bigspider force-pushed the crypto branch 2 times, most recently from d5e749c to 8492381 Compare December 11, 2024 15:19
@bigspider bigspider changed the title BIP-32 derivations and master fingerprint BIP-32 derivations and master fingerprint; crypto basics Dec 11, 2024
@bigspider bigspider marked this pull request as ready for review December 13, 2024 21:51
@bigspider bigspider changed the title BIP-32 derivations and master fingerprint; crypto basics BIP-32 derivations and master fingerprint; ECDSA and Schnorr signatures on Secp256k1 Dec 13, 2024
@bigspider bigspider merged commit e980f70 into master Dec 16, 2024
21 checks passed
@bigspider bigspider deleted the crypto branch December 16, 2024 10:42
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