google / webcrypto.dart

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

Update AesCbcSecretKey Class #141

Closed HamdaanAliQuatil closed 3 months ago

HamdaanAliQuatil commented 3 months ago

part of #105

jonasfj commented 3 months ago

I think we should consider flagging this as Ready for review, and then land it, and move one primitive at the time to the new architecture.

Otherwise, we'll be creating a huge PR that'll be nearly impossible to review.

jonasfj commented 3 months ago

Landed as part of https://github.com/google/webcrypto.dart/pull/142 @HamdaanAliQuatil correct me if I'm wrong.