aboutsummaryrefslogtreecommitdiff
path: root/argon2
AgeCommit message (Expand)Author
2025-10-27all: fix some commentscuishuang
2025-04-16Revert "argon2: add loong64 SIMD implementation"Michael Pratt
2025-04-13argon2: add loong64 SIMD implementationXiaolin Zhao
2025-02-14all: bump golang.org/x/crypto dependencies of asm generatorsRoland Shoemaker
2024-09-04argon2: Avo port of blamka_amd64.sGarrett Bodley
2023-11-27argon2: avoid clobbering BPEgon Elbre
2023-10-11all: update go directive to 1.18Dmitri Shuralyov
2022-04-11all: gofmtRuss Cox
2021-05-13all: add //go:build lines to assembly filesTobias Klauser
2021-02-20all: go fmt ./...Russ Cox
2020-12-03all: build tags: appengine,!gccgo => purego,gcTamir Duberstein
2018-04-30crypto/{blake2b,blake2s,argon2,chacha20poly1305}: replace CPU feature detectionAndreas Auernhammer
2018-03-06argon2: fix typo and code formatting in commentsMark Rushakoff
2018-02-06argon2: add Argon2id and update parameter recommendationsAndreas Auernhammer
2018-01-19argon2: add missing amd64 tagsAlex Vaghin
2017-12-31argon2: fix incorrect key derivation if parallelism > 1Andreas Auernhammer
2017-12-18argon2: add new package implementing the Argon2 PBKDF familyAndreas Auernhammer