Skip to content

Commit

Permalink
Update lib/src/impl_interface/impl_interface.aescbc.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas Finnemann Jensen <[email protected]>
  • Loading branch information
HamdaanAliQuatil and jonasfj authored Jul 26, 2024
1 parent c53dd63 commit c616be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/impl_interface/impl_interface.aescbc.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ abstract interface class StaticAesCbcSecretKeyImpl {
Future<AesCbcSecretKeyImpl> generateKey(int length);
}

abstract class AesCbcSecretKeyImpl {
abstract interface class AesCbcSecretKeyImpl {
Future<Uint8List> encryptBytes(List<int> data, List<int> iv);
Future<Uint8List> decryptBytes(List<int> data, List<int> iv);
Stream<Uint8List> encryptStream(Stream<List<int>> data, List<int> iv);
Expand Down

0 comments on commit c616be9

Please sign in to comment.