@wireapp/core-crypto
    Preparing search index...

    Type Alias ProteusAutoPrekeyBundle

    Encapsulates a prekey id and a cbor-serialized prekey

    type ProteusAutoPrekeyBundle = {
        id: number;
        pkb: ArrayBuffer;
    }
    Index

    Properties

    Properties

    id: number

    Prekey id (automatically incremented)

    pkb: ArrayBuffer

    CBOR serialization of prekey