BitBoxSwiss / bitbox02-firmware

Firmware code of the BitBox02 hardware wallet
https://bitbox.swiss/bitbox02
Apache License 2.0
263 stars 95 forks source link

keystore/ed25519: unit test seed generation in Rust #1037

Closed benma closed 1 year ago

benma commented 1 year ago

Same tests as _test_keystore_get_ed25519_seed() in test_keystore.c. Then we can easily delete keystore_get_ed25519_seed() in C and move it to Rust.