We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3c8c83 commit 6571ab3Copy full SHA for 6571ab3
lib/src/frame_cryptor_impl.dart
@@ -192,6 +192,7 @@ class KeyProviderImpl implements KeyProvider {
192
'sharedKey': options.sharedKey,
193
'ratchetSalt': base64Encode(options.ratchetSalt),
194
'ratchetWindowSize': options.ratchetWindowSize,
195
+ 'failureTolerance': options.failureTolerance,
196
if (options.uncryptedMagicBytes != null)
197
'uncryptedMagicBytes': base64Encode(options.uncryptedMagicBytes!),
198
'keyRingSize': options.keyRingSize,
0 commit comments