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

doc not up to date RsaPss #132

Open vsaase opened 1 year ago

vsaase commented 1 year ago

Hi, I just noticed that the doc says there should be named argument hashAlgorithm, but in the code it is the first positional argument

https://github.com/dint-dev/cryptography/blob/260f04e42bc40dc923744d97b6006adec3b38866/cryptography/lib/src/cryptography/algorithms.dart#L1209