Skip to content

Commit

Permalink
Update C header
Browse files Browse the repository at this point in the history
to match changed function signature
  • Loading branch information
lrettig committed May 25, 2023
1 parent d003cbc commit 312d74d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ed25519-bip32/ed25519_bip32.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* it adds error handling in order to be friendlier to the FFI caller: in case of an error, it
* prints the error and returns a nonzero value.
*/
uint16_t derive_c(const uint8_t *seed_ptr,
uint16_t derive_c(const uint8_t *seed,
size_t seedlen,
const char *derivation_path_ptr,
uint8_t *result);

0 comments on commit 312d74d

Please sign in to comment.