quorum/crypto/sha3
Ricardo Catalinas Jiménez c20d6e5e4e crypto/sha3: Export Keccak-256 hash function
This hash function is slightly different from the standarized NIST SHA-3
as both of them use different domain separation bits.
2016-02-21 22:34:34 +00: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: Copy latest code from "golang.org/x/crypto/sha3" 2016-02-21 22:34:34 +00: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: Copy latest code from "golang.org/x/crypto/sha3" 2016-02-21 22:34:34 +00: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: Copy latest code from "golang.org/x/crypto/sha3" 2016-02-21 22:34:34 +00: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: Copy latest code from "golang.org/x/crypto/sha3" 2016-02-21 22:34:34 +00:00