Constructors

  • Parameters

    • context: Uint8Array
    • random: bigint
    • w0: bigint

    Returns Spake2p

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;
    }>

  • Returns Uint8Array

  • Returns Uint8Array

  • Parameters

    Returns Promise<{
        L: Uint8Array;
        w0: bigint;
    }>

  • Parameters

    Returns Promise<{
        w0: bigint;
        w1: bigint;
    }>

  • Parameters

    • context: Uint8Array
    • w0: bigint

    Returns Spake2p