Skip to content

Commit 9bcc8a2

Browse files
author
Anand
committed
Updated a comment
1 parent f222db3 commit 9bcc8a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crypto.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ func encryptFileXChachaPoly(dbPath string, password string) error {
330330
return err
331331
}
332332

333-
// Decrypt an already encrypted database file using given password using AES
333+
// Decrypt an already encrypted database file using given password using XChaCha20-Poly1305
334334
func decryptFileXChachaPoly(encDbPath string, password string) error {
335335

336336
var encText []byte

0 commit comments

Comments
 (0)