bip/bip/bip38/bip38 library
The 'bip38' library provides tools for working with BIP-38, a standard for encrypting and decrypting private keys in a human-readable format.
Classes
- Bip38Addr
- bip38 address class
- Bip38AddrConst
- This class defines a constant value for the length of the address hash.
- Bip38Decrypter
- Helper class for BIP38 decryption operations.
- Bip38EcConst
- Constants for BIP38 encryption and decryption operations.
- Bip38EcDecrypter
- Helper class for decrypting BIP38-encrypted private keys.
- Bip38EcKeysGenerator
- Helper class for generating BIP38-encrypted keys.
- Bip38EcUtils
- Utility class for BIP38 encryption and decryption operations.
- Bip38Encrypter
- Helper class for BIP38 encryption and decryption operations.
- Bip38NoEcConst
- Constants for BIP38 encryption and decryption without ECDSA.
- Bip38NoEcDecrypter
- Helper class for decrypting BIP38-encrypted Bitcoin private keys without ECDSA.
- Bip38NoEcEncrypter
- Helper class for encrypting Bitcoin private keys without using ECDSA.
- Bip38NoEcUtils
- Utility class for BIP38 encryption and decryption without ECDSA.