Class that implement BIP137-related utility functions.
Static
Private
Decode a BIP-137 signature. Function copied from bitcoinjs-message library.
BIP-137 signature to be decoded
Decoded BIP-137 signature
Derive the public key that signed a valid BIP-137 signature.
Message signed by the signature
Base-64 encoded signature to be decoded
Public key that signs the provided signature
Check if a given signature satisified the format of a BIP-137 signature.
Base64-encoded signature to be checked
True if the provided signature correspond to a valid BIP-137 signature, false if otherwise
Class that implement BIP137-related utility functions.