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
/
sha3
Age
Commit message (
Expand
)
Author
2025-10-22
sha3: make it mostly a wrapper around crypto/sha3
Filippo Valsorda
2025-02-14
all: bump golang.org/x/crypto dependencies of asm generators
Roland Shoemaker
2024-10-22
sha3: add MarshalBinary, AppendBinary, and UnmarshalBinary
Filippo Valsorda
2024-10-22
sha3: avoid trailing permutation
Filippo Valsorda
2024-10-22
sha3: fix padding for long cSHAKE parameters
Filippo Valsorda
2024-10-21
sha3: avoid buffer copy
Filippo Valsorda
2024-09-30
sha3: fix cSHAKE initialization for extremely large N and or S
Yawning Angel
2024-07-16
sha3: Avo port of keccakf_amd64.s
Garrett Bodley
2024-06-26
all: bump go.mod version and drop compatibility shims
Filippo Valsorda
2024-05-07
sha3: reenable s390x assembly
Mauri de Souza Meneguzzo
2024-05-07
sha3: make APIs usable with zero allocations
Filippo Valsorda
2024-05-07
sha3: disable s390x assembly
Filippo Valsorda
2024-05-06
sha3: simplify XOR functions
Filippo Valsorda
2024-04-15
sha3: fix Sum results for SHAKE functions on s390x
Michael Munday
2023-11-27
argon2: avoid clobbering BP
Egon Elbre
2023-10-11
all: update go directive to 1.18
Dmitri Shuralyov
2023-09-10
sha3: have ShakeHash extend hash.Hash
Matthew Dempsky
2022-10-24
all: use math/bits.RotateLeft
Alexander Yastrebov
2022-04-11
all: gofmt
Russ Cox
2022-02-09
acme, sha3, ssh: fix the typos
HowJmay
2021-07-11
sha3: fix typo in comment
HowJMay
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
2020-08-20
sha3: remove go:nocheckptr annotation
Bryan C. Mills
2020-03-11
sha3: mark xorInUnaligned with go:nocheckptr
Bryan C. Mills
2020-01-08
sha3: fix SHA-3 on s390x when using KIMD instruction
Michael Munday
2019-11-05
sha3: align (*state).storage
Bryan C. Mills
2019-09-07
sha3: add a space before +build in build tag comments
Tobias Klauser
2019-05-13
sha3: fix bug in cSHAKE Clone()
Conrado P. L. Gouvea
2019-04-17
sha3: add cSHAKE support
Kris Kwiatkowski
2019-02-28
sha3: use x/sys/cpu for s390x feature detection
Michael Munday
2019-01-03
sha3: add support for Keccak-512
Péter Szilágyi
2018-10-29
all: fix typos
Igor Zhilianin
2018-05-05
sha3: add NewLegacyKeccak256
Leon Klingele
2018-05-03
sha3: enable TestUnalignedWrites
Kris Kwiatkowski
2018-04-26
sha3: add optimized implementation for s390x
Michael Munday
2018-03-12
sha3: fix typo in Shake256 docs
Kyle Spiers
2017-11-28
all: run gofmt -s on source code
Kevin Burke
2017-08-25
sha3: delete unused field
Michael Munday
2017-07-15
sha3: added example output
sbuss
2016-10-21
sha3: fix SP adjustment
Austin Clements
2016-09-13
crypto/sha3: use the assembly optimized KeccakF on amd64
Péter Szilágyi
2016-07-06
x/crypto: fix typos
Martin Hamrle
2016-04-20
sha3: revert alignment optimization on ppc64
Lynn Boger
2016-03-17
golang/x/crypto/sha3: use better alignment
Lynn Boger
2015-04-16
sha3: fix TestAppend to loop twice, to match the comments.
Glenn Brown
2015-01-24
sha3: move test data to testdata
David Leon Gil
2015-01-12
sha3: use unaligned reads and xors on x86 and x64
David Leon Gil
2014-12-09
crypto: add import comments.
David Symonds
[next]