feat: add basic workings
This commit is contained in:
@@ -13,11 +13,11 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
argonTime = 3
|
||||
argonMemory = 64 * 1024
|
||||
argonTime = 1
|
||||
argonMemory = 32 * 1024
|
||||
argonThreads = 2
|
||||
argonSaltLen = 16
|
||||
argonKeyLen = 64
|
||||
argonKeyLen = 32
|
||||
)
|
||||
|
||||
func HashFileReader(r io.Reader) (string, error) {
|
||||
|
||||
Reference in New Issue
Block a user