Creates a new Wallet instance from both a classical private key and a quantum ML-DSA private key.
The constructor:
- Parses the classical private key (hex or WIF) and creates an ECDSA signer.
- Parses the ML-DSA private key (hex or base58) and creates a quantum signer.
- Creates an Address from both public keys.
- Pre-computes all address formats (P2TR, P2WPKH, P2PKH, P2SH-P2WPKH, P2WDA).