Constructors

Methods

  • Parameters

    • L: Uint8Array
    • X: Uint8Array
    • Y: Uint8Array

    Returns Promise<{
        hAY: Uint8Array;
        hBX: Uint8Array;
        Ke: Uint8Array;
    }>

  • Parameters

    • w1: bigint
    • X: Uint8Array
    • Y: Uint8Array

    Returns Promise<{
        hAY: Uint8Array;
        hBX: Uint8Array;
        Ke: Uint8Array;
    }>