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

    Interface GroupInfoBundle

    Wraps a GroupInfo in order to efficiently upload it to the Delivery Service. This is not part of MLS protocol but parts might be standardized at some point.

    interface GroupInfoBundle {
        encryptionType: GroupInfoEncryptionType;
        payload: GroupInfo;
        ratchetTreeType: RatchetTreeType;
    }
    Index

    Properties

    encryptionType: GroupInfoEncryptionType
    payload: GroupInfo

    TLS-serialized GroupInfo

    ratchetTreeType: RatchetTreeType