webcrypto.dart icon indicating copy to clipboard operation
webcrypto.dart copied to clipboard

feat: override toString for _HmacSecretKey

Open HamdaanAliQuatil opened this issue 9 months ago • 1 comments

Closes #104

  • [x] Users no longer see private methods of HmacSecretKey while printing debug statements.

HamdaanAliQuatil avatar May 07 '24 19:05 HamdaanAliQuatil

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

Like RsaOaepPublicKey, etc. they also have private implementations.

jonasfj avatar May 08 '24 10:05 jonasfj