SchnorrSignature.fromHex constructor

SchnorrSignature.fromHex(
  1. String hex
)

Takes a HEX encoded 64-byte schnorr signature.

Implementation

SchnorrSignature.fromHex(String hex) : this(hexToBytes(hex));