aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/sha3/sha3.go
Commit message (Collapse)AuthorAgeFilesLines
* vendor, crypto, swarm: switch over to upstream sha3 packageDave McGregor2019-01-041-192/+0
|
* crypto: fix megacheck warnings (#14917)Egon Elbre2017-08-081-3/+2
| | | | | | * crypto: fix megacheck warnings * crypto/ecies: remove ASN.1 support
* crypto/sha3: update from golang.org/x/crypto/sha3 a 80b25ed4Felix Lange2016-10-021-1/+1
| | | | This pulls in the assembly implementation of keccakf1600 for amd64.
* crypto/sha3: Copy latest code from "golang.org/x/crypto/sha3"Ricardo Catalinas Jiménez2016-02-221-0/+193
| | | | Revision: 1f22c0103821b9390939b6776727195525381532
* crypto/sha3: Delete old copied codeRicardo Catalinas Jiménez2016-02-221-237/+0
|
* crypto/sha3: add full license headersFelix Lange2015-07-241-2/+26
|
* crypto/sha3: pull in latest keccak from go crypto (45% speed increase)Péter Szilágyi2015-06-031-11/+8
|
* Moved sha3 from `obscuren`obscuren2015-01-221-0/+216