fallback property
Implementation
@override
late AesGcm fallback = Cryptography.defaultInstance.aesGcm(
nonceLength: nonceLength,
secretKeyLength: secretKeyLength,
);
@override
late AesGcm fallback = Cryptography.defaultInstance.aesGcm(
nonceLength: nonceLength,
secretKeyLength: secretKeyLength,
);