mirror of
https://github.com/luxfi/wallet.git
synced 2026-07-27 03:37:41 +00:00
Add the cryptographic primitives Send and Receive depend on: - @scure/bip39 — mnemonic → seed (BIP-39 PBKDF2) - @scure/bip32 — secp256k1 BIP-32 / BIP-44 (m/44'/60'/* and m/44'/9000'/*) - @noble/curves — secp256k1 + ed25519 keypair derivation - @noble/hashes — keccak256 (EIP-55), sha256+ripemd160 (Lux bech32 payload), hmac-sha512 (SLIP-10), pbkdf2 inside @scure/bip39 - qrcode.react — Receive QR - zustand — Send-flow store