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 tests #1

Open
lrettig opened this issue Apr 14, 2023 · 0 comments
Open

Add tests #1

lrettig opened this issue Apr 14, 2023 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@lrettig
Copy link
Member

lrettig commented Apr 14, 2023

Add some basic Rust tests for the functions in src/lib.rs. Test that:

  • they both return the same thing for the same input
  • they return the same thing when called multiple times with the same input
  • error handling
  • memory management (freeing memory created with derive_key_c)
  • at least a few test vectors: that hardcoded paths produce expected keys
@lrettig lrettig added good first issue Good for newcomers help wanted Extra attention is needed labels Apr 14, 2023
@lrettig lrettig transferred this issue from spacemeshos/ed25519_bip32 May 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant