KeyProviderOptions constructor
KeyProviderOptions({})
Implementation
KeyProviderOptions({
required this.sharedKey,
required this.ratchetSalt,
required this.ratchetWindowSize,
this.uncryptedMagicBytes,
this.failureTolerance = -1,
this.keyRingSize = 16,
this.discardFrameWhenCryptorNotReady = false,
});