Hi,
Not working and error above. let key512 = SymmetricKey(size: .init(bitCount: 512)) let encryptedData512 = try ChaChaPoly.seal(clear_data2!, using: key512).combined
If I change the bitcount to 256, no error. Same error even if I use AES.GCM
Thanks