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
/
blake2s
Age
Commit message (
Expand
)
Author
2025-04-14
Revert "blake2s: add loong64 SIMD implementation"
Michael Pratt
2025-04-11
blake2s: add loong64 SIMD implementation
Xiaolin Zhao
2025-02-14
all: bump golang.org/x/crypto dependencies of asm generators
Roland Shoemaker
2024-09-04
blake2s: port blake2s_amd64.s to Avo
Garrett Bodley
2024-06-26
all: bump go.mod version and drop compatibility shims
Filippo Valsorda
2023-10-11
all: update go directive to 1.18
Dmitri Shuralyov
2021-05-13
all: add //go:build lines to assembly files
Tobias Klauser
2021-02-20
all: go fmt ./...
Russ Cox
2021-02-18
blake2s: fix 386 assembly not to smash SP
Russ Cox
2021-02-18
blake2s: fix amd64 assembly not to smash SP
Russ Cox
2020-12-03
all: build tags: appengine,!gccgo => purego,gc
Tamir Duberstein
2020-04-03
blake2b,blake2s: clarify difference between blake2b and blake2s
Katie Hockman
2019-04-22
blake2s: use math.bits rotate functions instead of ad-hoc implementation
Udalov Max
2018-10-29
all: fix typos
Igor Zhilianin
2018-04-30
crypto/{blake2b,blake2s,argon2,chacha20poly1305}: replace CPU feature detection
Andreas Auernhammer
2018-03-30
blake2b,blake2s: implement BinaryMarshaler, BinaryUnmarshaler
ValarDragon
2017-11-05
blake2s: fix vet format string issue
Tobias Klauser
2017-07-05
blake2s: implement BLAKE2X
Andreas Auernhammer
2017-06-06
blake2s: add 128-bit digest support.
Mathias Hall-Andersen
2017-04-07
x/crypto/*: add import comment
Andreas Auernhammer
2017-03-02
blake2s: register BLAKE2s
Andreas Auernhammer
2016-10-28
blake2s: fix build constraints
Adam Langley
2016-10-24
blake2s: test all four hashing implementations
Austin Clements
2016-10-21
blake2s: fix frame size of hashBlocksSSE4
Austin Clements
2016-10-21
blake2s: remove NOSPLIT from asm functions
Austin Clements
2016-10-21
blake2s: use proper Go frame sizes
Austin Clements
2016-10-19
blake2s,blake2b: fix typo in package doc
Andreas Auernhammer
2016-10-17
blake2s: new package
Andreas Auernhammer