aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/sha3/keccakf.go
Commit message (Collapse)AuthorAgeFilesLines
* [release/1.4.16] crypto/sha3: update from golang.org/x/crypto/sha3 a 80b25ed4Felix Lange2016-10-061-0/+2
| | | | | | This pulls in the assembly implementation of keccakf1600 for amd64. (cherry picked from commit 54ea317375273c8bb558194eb04c73925da9ac14)
* crypto/sha3: Copy latest code from "golang.org/x/crypto/sha3"Ricardo Catalinas Jiménez2016-02-221-0/+410
| | | | Revision: 1f22c0103821b9390939b6776727195525381532
* crypto/sha3: Delete old copied codeRicardo Catalinas Jiménez2016-02-221-434/+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-162/+401
|
* Moved sha3 from `obscuren`obscuren2015-01-221-0/+171