cryptography
cryptography copied to clipboard
AesCbc.ToSync() => DartAesCbc doesn't actual provide sync methods?
Am I missing something or does using the toSync()
method on an AesCbc
instance not provide any synchronous methods like the Chacha20
algorithm does?
seconding this issue, is this intended? If so, what's the point of the toSync method?