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:
dsc 2022-05-21 04:16:30 +02:00
parent 7830fddcc3
commit 5e876ceb84
6 changed files with 268 additions and 0 deletions

View file

@ -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