dint-dev / cryptography

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

Mistake in documentation: misnamed variable #173

Open XavierChanth opened 4 months ago

XavierChanth commented 4 months ago

The sink variable is called encryptedSink on line 351.

https://github.com/dint-dev/cryptography/blob/4ba46dcdd8db97b9c42a2429078c6a75e7c5ab73/cryptography/lib/src/cryptography/cipher.dart#L343-L354