From 7633745f3e0517298a6337adb8a21a327e265701 Mon Sep 17 00:00:00 2001 From: Levi Durfee Date: Thu, 8 Jan 2026 09:51:59 -0500 Subject: Add comment --- internal/goaes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/goaes.go b/internal/goaes.go index 805a386..d67921a 100644 --- a/internal/goaes.go +++ b/internal/goaes.go @@ -15,7 +15,7 @@ import ( const ( time = 3 - memory = 256 * 1024 + memory = 256 * 1024 // 256mb threads = 4 keyLen = 32 ) -- cgit v1.2.3