mirror of
https://git.wownero.com/wowlet/wownero-seed.git
synced 2024-08-15 01:03:29 +00:00
Lookup table for restore heights and a blockheight calculation function
Software wallets that use this library for 14 word mnemonic seed(s) may now use `seed->blockheight()` to obtain the Wownero seed blockheight (restore height) - previously, software wallets had to implement this functionality themselves.
This commit is contained in:
parent
7830fddcc3
commit
5e876ceb84
6 changed files with 268 additions and 0 deletions
|
@ -21,6 +21,7 @@ src/argon2/ref.c
|
|||
src/galois_field.cpp
|
||||
src/gf_elem.cpp
|
||||
src/gf_poly.cpp
|
||||
src/heights.cpp
|
||||
src/wownero_seed.cpp
|
||||
src/pbkdf2.c
|
||||
src/reed_solomon_code.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue