feat: Refactor note decryption method and update category handling for improved clarity

This commit is contained in:
2026-05-22 10:11:41 +02:00
parent 27e1199178
commit e0f226d3bc
4 changed files with 23 additions and 36 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ class NoteEncryption {
}
/// Desencripta el contenido de una nota usando el master key
static Future<String> decryptNote(
static Future<String> decrypt(
String encodedBox,
String masterKey,
) async {