ts-algochat
    Preparing search index...

    Variable PSK_PROTOCOLConst

    PSK_PROTOCOL: {
        COUNTER_WINDOW: 200;
        ENCRYPTED_SENDER_KEY_SIZE: 48;
        HEADER_SIZE: 130;
        MAX_PAYLOAD_SIZE: 878;
        PROTOCOL_ID: 2;
        SESSION_SIZE: 100;
        TAG_SIZE: 16;
        VERSION: 1;
    } = ...

    PSK protocol constants

    Type Declaration

    • ReadonlyCOUNTER_WINDOW: 200
    • ReadonlyENCRYPTED_SENDER_KEY_SIZE: 48
    • ReadonlyHEADER_SIZE: 130
    • ReadonlyMAX_PAYLOAD_SIZE: 878
    • ReadonlyPROTOCOL_ID: 2
    • ReadonlySESSION_SIZE: 100
    • ReadonlyTAG_SIZE: 16
    • ReadonlyVERSION: 1