Watch
1
0
Fork
You've already forked golang-github-tobischo-argon2
0
No description
  • Go 81.1%
  • Assembly 18.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Daniel Baumann c12b05b5e6
Releasing fastforward version 0.1.0-1~ffwd13+u1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2026-07-08 11:42:26 +02:00
debian Releasing fastforward version 0.1.0-1~ffwd13+u1. 2026-07-08 11:42:26 +02:00
argon2.go Adding upstream version 0.1.0. 2026-07-08 11:41:06 +02:00
argon2_test.go Adding upstream version 0.1.0. 2026-07-08 11:41:06 +02:00
argon2d.go Adding upstream version 0.1.0. 2026-07-08 11:41:06 +02:00
blake2b.go Adding upstream version 0.1.0. 2026-07-08 11:41:06 +02:00
blamka_amd64.go Adding upstream version 0.1.0. 2026-07-08 11:41:06 +02:00
blamka_amd64.s Adding upstream version 0.1.0. 2026-07-08 11:41:06 +02:00
blamka_generic.go Adding upstream version 0.1.0. 2026-07-08 11:41:06 +02:00
blamka_ref.go Adding upstream version 0.1.0. 2026-07-08 11:41:06 +02:00
go.mod Adding upstream version 0.1.0. 2026-07-08 11:41:06 +02:00
go.sum Adding upstream version 0.1.0. 2026-07-08 11:41:06 +02:00
LICENSE Adding upstream version 0.1.0. 2026-07-08 11:41:06 +02:00
README.md Adding upstream version 0.1.0. 2026-07-08 11:41:06 +02:00

argon2

This package is a fork off the https://pkg.go.dev/golang.org/x/crypto/argon2 package. It is generally recommended to use the officially supported package rather than this one. The only reason this fork exists is because keepass selected argon2 in 2d mode, which was chosen not to be exposed in the implementation. In order to be able to implement a compatible version for keepass. Read up here about more details as to why it was not exposed.