Decrypt ciphertext using BLS signature shares.

  • Parameters

    • ciphertextBase64: string

      base64-encoded string of the ciphertext to decrypt

    • shares: BlsSignatureShare[]

      hex-encoded array of the BLS signature shares

    Returns Promise<Uint8Array>

    Uint8Array of the decrypted data