Function decryptWithSignatureShares

  • Decrypt ciphertext using BLS signature shares.

    Returns

    Uint8Array of the decrypted data

    Parameters

    • ciphertext: string

      base64-encoded string of the ciphertext to decrypt

    • shares: BlsSignatureShare[]

      hex-encoded array of the BLS signature shares

    Returns Uint8Array

Generated using TypeDoc