Tags: clouedoc/app-seed-tool
Tags
[1.7.0] - 2024-03-03 Added - Added detailed documentation for all SSKR and SSS functions Changed - Changed Shamir interpolate function to use cx_bn_gf2_n_mul() syscalls - Changed some function names to be more descriptive - Reorganised and renamed some of the SSKR and Shamir code Fixed -
[1.6.1] - 2024-01-27 Added - Added a Release Policy document Changed - Updated version of cmocka used for unit tests - Updated version of github actions used - Assert HMAC return values Fixed - Fixed failing Ledger rule enforcer check - Use cx_crc32_hw() - Ledger have fixed their buggy implementation CRC32 of so we can start using it again
[1.6.0] - 2024-01-14 Added - Use CX_CHECK macro in compare_recovery_phrase() - Added a cx_crc32() function - The implementation of cx_crc32_hw() on Ledger devices is buggy and produces incorrect CRC32 checks. Ledger are fixing cx_crc32_hw() on each device either through SDK or OS updates but until then cx_crc32() can be used. Changed - Fixed -
[1.5.2] - 2023-11-15 Added - Changed - Save memory by setting the SSKR word buffer to a sensible size - There is just enough memory available on Nano S to hold the phrases for 10 shares. Other devices can hold the full 16 shares. - Tidied up code that sets 'Processing' screen on Nano S devices - Changed all Variable Length Arrays to a defined length Fixed - Fix freezing at 'Processing' screen on Nano S devices
PreviousNext