feat(docs): (b7b3942) chore: enables coverage (#218)
Signed-off-by: Allain Magyar <[email protected]>
Signed-off-by: Allain Magyar <[email protected]>
Signed-off-by: Yurii Shynbuiev <[email protected]> Co-authored-by: Claude Sonnet 4.6 <[email protected]>
The error message in HDKey and EdHDKey constructors was referencing ECConfig.PRIVATE_KEY_BYTE_SIZE (32 bytes) for the seed length validation message, but BIP32 HDKey derivation requires a 64-byte seed (512 bits, as produced by BIP39 PBKDF2-HMAC-SHA512). Add a dedicated ECConfig.SEED_BYTE_SIZE = 64 constant and use it in all seed-length error messages across all platform targets. Fixes #151 Co-Authored-By: Claude Sonnet 4.6 <[email protected]> Signed-off-by: Yurii Shynbuiev <[email protected]>