quorum/crypto/sha3
Felix Lange 54ea317375 crypto/sha3: update from golang.org/x/crypto/sha3 a 80b25ed4
This pulls in the assembly implementation of keccakf1600 for amd64.
2016-10-01 21:26:43 +02:00
..
testdata crypto/sha3: Copy latest code from "golang.org/x/crypto/sha3" 2016-02-21 22:34:34 +00:00
LICENSE crypto/sha3: Copy latest code from "golang.org/x/crypto/sha3" 2016-02-21 22:34:34 +00:00
PATENTS crypto/sha3: Copy latest code from "golang.org/x/crypto/sha3" 2016-02-21 22:34:34 +00:00
doc.go crypto/sha3: Remove import path checking from vendored code 2016-02-21 22:34:34 +00:00
hashes.go crypto/sha3: Export Keccak-256 hash function 2016-02-21 22:34:34 +00:00
keccakf.go crypto/sha3: update from golang.org/x/crypto/sha3 a 80b25ed4 2016-10-01 21:26:43 +02:00
keccakf_amd64.go crypto/sha3: update from golang.org/x/crypto/sha3 a 80b25ed4 2016-10-01 21:26:43 +02:00
keccakf_amd64.s crypto/sha3: update from golang.org/x/crypto/sha3 a 80b25ed4 2016-10-01 21:26:43 +02:00
register.go crypto/sha3: Copy latest code from "golang.org/x/crypto/sha3" 2016-02-21 22:34:34 +00:00
sha3.go crypto/sha3: update from golang.org/x/crypto/sha3 a 80b25ed4 2016-10-01 21:26:43 +02:00
sha3_test.go crypto/sha3: Copy latest code from "golang.org/x/crypto/sha3" 2016-02-21 22:34:34 +00:00
shake.go crypto/sha3: Copy latest code from "golang.org/x/crypto/sha3" 2016-02-21 22:34:34 +00:00
xor.go crypto/sha3: update from golang.org/x/crypto/sha3 a 80b25ed4 2016-10-01 21:26:43 +02:00
xor_generic.go crypto/sha3: Copy latest code from "golang.org/x/crypto/sha3" 2016-02-21 22:34:34 +00:00
xor_unaligned.go crypto/sha3: update from golang.org/x/crypto/sha3 a 80b25ed4 2016-10-01 21:26:43 +02:00