diff options
| -rw-r--r-- | internal/goaes.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) |
