feat: Refactor note decryption method and update category handling for improved clarity
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user