google / webcrypto.dart

Cross-platform implementation of Web Cryptography APIs
https://pub.dev/packages/webcrypto
Apache License 2.0
71 stars 43 forks source link

Override toString for All Private Classes #110

Closed HamdaanAliQuatil closed 1 month ago

HamdaanAliQuatil commented 1 month ago

Closes #104

Updated the following Private Functions:

No issues found in:

jonasfj commented 1 month ago

I think we should add the same thing to all private classes throughout the package.

Like RsaOaepPublicKey, etc. they also have private implementations.