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

SFT-2561: Add BIP-32 test vectors data. #15

Merged
merged 1 commit into from
Aug 14, 2023

Conversation

jeandudey
Copy link
Collaborator

  • Cargo.toml (bs58): New dependency.
  • LICENSES/BSD-2-Clause.txt: New license file.
  • test-vectors/Cargo.toml (bip32): New feature.
  • test-vectors/Cargo.toml (bs58): New optional dependency.
  • test-vectors/build.rs: Tell cargo to rebuild if bip-0032.json changes.
  • test-vectors/data/bip-0032.json: New file containing BIP-32 vectors.
  • test-vectors/data/bip-0032.json.license: License information for bip-0032.json.
  • test-vectors/src/bip32.rs: New module.
  • test-vectors/src/lib.rs (bip32): New module.

@jeandudey jeandudey requested a review from a team August 9, 2023 12:28
@jeandudey jeandudey self-assigned this Aug 9, 2023
@jeandudey jeandudey force-pushed the jeandudey/sft-2561-add-bip-32-test-vectors branch 3 times, most recently from a9de5f4 to cabcff6 Compare August 14, 2023 13:51
* Cargo.toml (bs58): New dependency.
* LICENSES/BSD-2-Clause.txt: New license file.
* test-vectors/Cargo.toml (bip32): New feature.
* test-vectors/Cargo.toml (bs58): New optional dependency.
* test-vectors/build.rs: Tell cargo to rebuild if bip-0032.json changes.
* test-vectors/data/bip-0032.json: New file containing BIP-32 vectors.
* test-vectors/data/bip-0032.json.license: License information for
  bip-0032.json.
* test-vectors/src/bip32.rs: New module.
* test-vectors/src/lib.rs (bip32): New module.

Signed-off-by: Jean-Pierre De Jesus DIAZ <[email protected]>
@jeandudey jeandudey force-pushed the jeandudey/sft-2561-add-bip-32-test-vectors branch from cabcff6 to b36cf1d Compare August 14, 2023 13:54
@jeandudey jeandudey merged commit 3de50cb into main Aug 14, 2023
11 checks passed
@jeandudey jeandudey deleted the jeandudey/sft-2561-add-bip-32-test-vectors branch August 14, 2023 14:02
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