Skip to content

swdee/argonbench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Quick BenchMark of Argon2 Hashing

Run Benchmark

go test -bench=. -benchtime=10s

Output compares hashing of password length of 1024 characters versus 25 characters.

BenchmarkAHash1024-8         316          37207613 ns/op        67116783 B/op         33 allocs/op
BenchmarkAHash25-8           315          39111558 ns/op        67115769 B/op         33 allocs/op

About

Quick test benchmarking Argon Hashing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages