KESSignature.fromHex constructor

KESSignature.fromHex(
  1. String hexBytes
)

Constructor to create a KES signature from a hexadecimal string.

Implementation

KESSignature.fromHex(String hexBytes) : super.fromHex(hexBytes, length);