Type alias V4DLEQTemplate

V4DLEQTemplate: {
    e: Uint8Array;
    r: Uint8Array;
    s: Uint8Array;
}

Type declaration

  • e: Uint8Array

    challenge

  • r: Uint8Array

    blinding factor

  • s: Uint8Array

    response

Generated using TypeDoc