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

    Type Alias CustomConfiguration

    see [core_crypto::MlsCustomConfiguration]

    type CustomConfiguration = {
        keyRotationSpan: UniffiDuration | undefined;
        wirePolicy: WirePolicy | undefined;
    }
    Index

    Properties

    keyRotationSpan: UniffiDuration | undefined

    Duration after which we will automatically force a self-update commit Note: This isn't currently implemented

    wirePolicy: WirePolicy | undefined

    Defines if handshake messages are encrypted or not Note: encrypted handshake messages are not supported by wire-server