cardano-crypto-wallet-0.1.0.0: Authenticated v2 envelope for HD wallet keys
Safe HaskellSafe-Inferred
LanguageHaskell2010

Test.Cardano.Crypto.WalletHD.Arbitrary

Description

QuickCheck Arbitrary instances for wallet types.

Arbitrary EncryptedKey always produces v2 envelopes wrapped with the empty passphrase so that tests can call passphrase-dependent operations without tracking a per-key passphrase.

Orphan instances

Arbitrary DerivationScheme Source # 
Instance details

Arbitrary EncryptedKey Source #

Generates a v2-wrapped EncryptedKey from a random 32-byte seed and chain code, always encrypted with the empty passphrase.

Instance details