Type Alias KeyProviderOptions

KeyProviderOptions: {
    failureTolerance: number;
    keyringSize: number;
    ratchetSalt: string;
    ratchetWindowSize: number;
    sharedKey: boolean;
}