KESSignature.fromHex constructor
KESSignature.fromHex(
- String hexBytes
Constructor to create a KES signature from a hexadecimal string.
Implementation
KESSignature.fromHex(String hexBytes) : super.fromHex(hexBytes, length);