webcrypto.dart
webcrypto.dart copied to clipboard
feat: override toString for _HmacSecretKey
Closes #104
- [x] Users no longer see private methods of HmacSecretKey while printing debug statements.
I think we should add the same thing to all private classes throughout the package.
Like RsaOaepPublicKey
, etc. they also have private implementations.