Skip to content

Commit

Permalink
docs: CryptoService and KeyDerivation connection
Browse files Browse the repository at this point in the history
  • Loading branch information
damian-molinski committed Oct 17, 2024
1 parent d1c3a82 commit ba99f6e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import 'package:flutter/foundation.dart';

/// An abstract interface that defines cryptographic operations such as
/// key derivation, encryption, decryption, and key verification.
// TODO(damian-molinski): Expose KeyDerivation interface and have it
// delegate implementation
abstract interface class CryptoService {
/// Derives a cryptographic key from a given seed, with an optional salt.
///
Expand Down

0 comments on commit ba99f6e

Please sign in to comment.