Variable SIGNATURE_REGEXConst

SIGNATURE_REGEX: RegExp = ...

Signatures are 64 bytes (one packed elliptic curve point, one scalar), represented as Base64 or hexadecimal. Base64 padding is optional.

This regex matches any supported format, with match groups usable to determine the format, in the order above.

Generated using TypeDoc