Variable PUBLIC_KEY_REGEXConst

PUBLIC_KEY_REGEX: RegExp = ...

Public keys are 32 bytes (a packed elliptic curve point), 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