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

Add support for public key derivation #56

Merged
merged 6 commits into from
Apr 13, 2022
Merged

Conversation

Mrtenz
Copy link
Member

@Mrtenz Mrtenz commented Apr 13, 2022

Closes #46.

Additional to adding support for public key derivation, I changed the signatures for some functions to use objects, rather than tuples or parameters. This prevents situations where we need to pass undefined in place for a private key, for example.

@Mrtenz Mrtenz marked this pull request as ready for review April 13, 2022 11:53
@Mrtenz Mrtenz requested a review from a team as a code owner April 13, 2022 11:53
@FrederikBolding FrederikBolding self-requested a review April 13, 2022 12:02
src/BIP44Node.ts Show resolved Hide resolved
src/SLIP10Node.ts Show resolved Hide resolved
src/derivation.test.ts Show resolved Hide resolved
src/derivation.ts Outdated Show resolved Hide resolved
src/derivation.ts Show resolved Hide resolved
src/derivers/bip32.ts Outdated Show resolved Hide resolved
src/derivers/bip32.ts Show resolved Hide resolved
src/derivers/bip32.ts Show resolved Hide resolved
src/curves/curve.ts Outdated Show resolved Hide resolved
src/curves/secp256k1.ts Outdated Show resolved Hide resolved
@Mrtenz Mrtenz merged commit f179512 into main Apr 13, 2022
@Mrtenz Mrtenz deleted the mz/public-key-derivation branch April 13, 2022 14:25
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.

Public key derivation
2 participants