1
0
mirror of https://github.com/golang/go synced 2024-10-04 14:31:21 -06:00
go/src/pkg/crypto/sha1
Dave Cheney 3d869c6e0c crypto/md5, crypto/sha1: exclude amd64p32 from generic implementations.
We provide amd64p32 implementations for md5 and sha1 so we need to exclude amd64p32 from the generic implementations in those packages.

Fixes build once CL 72360044 lands.

LGTM=agl, remyoudompheng
R=rsc, bradfitz, agl, remyoudompheng
CC=golang-codereviews
https://golang.org/cl/72460043
2014-03-08 07:54:41 +11:00
..
example_test.go crypto/md5,sha1: add examples for Sum 2014-02-24 10:40:55 -08:00
sha1_test.go crypto/sha1: always test the portable block function too 2014-02-12 11:27:36 -08:00
sha1.go crypto/sha1, crypto/sha256, crypto/sha512: use copy for partial block 2014-01-06 01:34:56 +11:00
sha1block_386.s crypto/sha1: Optimise FUNC1 with alternate formulation 2013-12-12 11:26:36 -08:00
sha1block_amd64.s crypto/sha1: Optimise FUNC1 with alternate formulation 2013-12-12 11:26:36 -08:00
sha1block_amd64p32.s all: merge NaCl branch (part 1) 2014-02-25 09:47:42 -05:00
sha1block_arm.s An ARM version of sha1block.go with a big improvement in throughput 2014-02-12 13:24:52 -05:00
sha1block_decl.go crypto/sha1: restore accidental removal of arm build tag 2014-02-25 10:55:26 -08:00
sha1block_generic.go crypto/md5, crypto/sha1: exclude amd64p32 from generic implementations. 2014-03-08 07:54:41 +11:00
sha1block.go crypto/sha1: always test the portable block function too 2014-02-12 11:27:36 -08:00