SchnorrSignature.fromHex constructor
SchnorrSignature.fromHex(
- String hex
Takes a HEX encoded 64-byte schnorr signature.
Implementation
SchnorrSignature.fromHex(String hex) : this(hexToBytes(hex));
Takes a HEX encoded 64-byte schnorr signature.
SchnorrSignature.fromHex(String hex) : this(hexToBytes(hex));