• Uses a combined BLS signature to decrypt with the given ciphertext from blsEncrypt

    Supports:

    • 12381G2
    • 12381G1

    Parameters

    • variant: BlsVariant
    • ciphertext: Uint8Array
    • decryption_key: Uint8Array

    Returns Promise<Uint8Array>