Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kmahyyg committed Jan 21, 2021
1 parent fe861b1 commit 74e9804
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions argon2g/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ func main() {
if len(password) < 2 {
log.Println("Current Password: " + password + " is too weak or not set...")
password = RandStringBytes(10)
} else {
log.Println("Current Password: " + password)
}
}
log.Println("Current Password: " + password)


var ag2_memory uint32 = 4096
var ag2_iter uint32 = 3
Expand Down

0 comments on commit 74e9804

Please sign in to comment.