Function encodeSignature

  • Encodes an EdDSA signature into a compact string representation. The output is represented in unpadded Base64 by default.

    Parameters

    • rawSignature: Signature

      the EdDSA signature to encode

    • encoding: CryptoBytesEncoding = "base64"

      one of the supported encodings to use

    Returns string

Generated using TypeDoc