1
0
mirror of https://github.com/golang/go synced 2024-10-04 18:31:22 -06:00
go/src/pkg/crypto/sha1
Shawn Smith 0333e80d63 crypto/sha1: add tests for Size() and BlockSize()
R=golang-codereviews, dave
CC=golang-codereviews
https://golang.org/cl/46400044
2013-12-31 23:13:05 +11:00
..
example_test.go all: move examples into package *_test. 2013-07-29 01:25:51 +02:00
sha1_test.go crypto/sha1: add tests for Size() and BlockSize() 2013-12-31 23:13:05 +11:00
sha1.go crypto/sha1: provide a top-level Sum function 2013-06-25 17:04:18 -07: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_decl.go crypto/sha1: mark block as non-escaping 2013-06-24 17:48:31 -07:00
sha1block.go crypto/sha1: faster amd64, 386 implementations 2013-03-21 11:32:02 -04:00