dint-dev / cryptography

Cryptography for Flutter developers: encryption, digital signatures, key agreement, etc.
https://pub.dev/packages/cryptography
Apache License 2.0
161 stars 82 forks source link

AesCbc.ToSync() => DartAesCbc doesn't actual provide sync methods? #152

Open TyBarthel opened 1 year ago

TyBarthel commented 1 year ago

Am I missing something or does using the toSync()method on an AesCbcinstance not provide any synchronous methods like the Chacha20algorithm does?

claudeJURA commented 9 months ago

seconding this issue, is this intended? If so, what's the point of the toSync method?