Skip to content

10.1.0

Choose a tag to compare

@github-actions github-actions released this 07 Mar 13:06
ce817c8

Added

  • Add fromSeed function to SLIP10Node, BIP44Node, BIP44CoinTypeNode (#212)
    • This is only supported for secp256k1 and ed25519 at the moment.

Changed

  • Optimise performance of getting public keys (#213)
    • Public keys are now re-used when possible, or lazily computed otherwise.
  • Tweak precompute window size for ed25519 (#209)
    • This can improve performance on some devices.