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
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
2014-10-13
sha3: change range statement in test to work with Go 1.3 and earlier
Ian Lance Taylor
2014-10-08
go.crypto/sha3: optimize round function
Eric Roshan-Eisner
2014-09-03
go.crypto/sha3: use the go1.4 tag to register the hash functions.
Adam Langley
2014-09-03
go.crypto/sha3: update to sync with draft FIPS-202
David Leon Gil
2013-04-02
go.crypto/sha3: change keccakF to stateless function
Eric Roshan-Eisner
2013-03-23
go.crypto/sha3: fix typo; remove 4 million map lookups (5% of "go test"
Nigel Tao
2013-03-22
go.crypto/sha3: new package
Joseph Bonneau