index
:
go-x-crypto
main
ssh-run-with-context
Fork of golang.org/x/crypto with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
argon2
Age
Commit message (
Expand
)
Author
2025-10-27
all: fix some comments
cuishuang
2025-04-16
Revert "argon2: add loong64 SIMD implementation"
Michael Pratt
2025-04-13
argon2: add loong64 SIMD implementation
Xiaolin Zhao
2025-02-14
all: bump golang.org/x/crypto dependencies of asm generators
Roland Shoemaker
2024-09-04
argon2: Avo port of blamka_amd64.s
Garrett Bodley
2023-11-27
argon2: avoid clobbering BP
Egon Elbre
2023-10-11
all: update go directive to 1.18
Dmitri Shuralyov
2022-04-11
all: gofmt
Russ Cox
2021-05-13
all: add //go:build lines to assembly files
Tobias Klauser
2021-02-20
all: go fmt ./...
Russ Cox
2020-12-03
all: build tags: appengine,!gccgo => purego,gc
Tamir Duberstein
2018-04-30
crypto/{blake2b,blake2s,argon2,chacha20poly1305}: replace CPU feature detection
Andreas Auernhammer
2018-03-06
argon2: fix typo and code formatting in comments
Mark Rushakoff
2018-02-06
argon2: add Argon2id and update parameter recommendations
Andreas Auernhammer
2018-01-19
argon2: add missing amd64 tags
Alex Vaghin
2017-12-31
argon2: fix incorrect key derivation if parallelism > 1
Andreas Auernhammer
2017-12-18
argon2: add new package implementing the Argon2 PBKDF family
Andreas Auernhammer