• Decrypt message with private key

    Parameters

    • privk: string

      private key

    • cipherText: string

      encrypted message

    Returns Promise<string>

    • decrypted message

Generated using TypeDoc