index
:
delta/go.git
baserock/go1.2.2
baserock/go1.3
baserock/ps/add-go-wip
dev.cc
dev.garbage
dev.power64
master
release-branch.go1
release-branch.go1.1
release-branch.go1.2
release-branch.go1.3
release-branch.go1.4
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
code.google.com: Obsolete (use go-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
crypto
/
sha1
Commit message (
Expand
)
Author
Age
Files
Lines
*
all: copy cmd/ld/textflag.h into pkg/GOOS_GOARCH
Rob Pike
2014-08-12
4
-4
/
+4
*
crypto/md5, crypto/sha1: exclude amd64p32 from generic implementations.
Dave Cheney
2014-03-08
1
-1
/
+1
*
crypto/sha1: restore accidental removal of arm build tag
Brad Fitzpatrick
2014-02-25
1
-1
/
+1
*
all: merge NaCl branch (part 1)
Dave Cheney
2014-02-25
2
-1
/
+217
*
crypto/md5,sha1: add examples for Sum
Rob Pike
2014-02-24
1
-1
/
+8
*
crypto/sha1: always test the portable block function too
Brad Fitzpatrick
2014-02-12
3
-7
/
+25
*
An ARM version of sha1block.go with a big improvement in throughput
Nick Craig-Wood
2014-02-12
3
-2
/
+219
*
crypto/sha1, crypto/sha256, crypto/sha512: use copy for partial block
Joel Sing
2014-01-06
1
-8
/
+2
*
crypto/sha1: add tests for Size() and BlockSize()
Shawn Smith
2013-12-31
1
-0
/
+14
*
crypto/sha1: Optimise FUNC1 with alternate formulation
Nick Craig-Wood
2013-12-12
2
-12
/
+8
*
all: change textflags from numbers to symbols.
Keith Randall
2013-08-12
2
-2
/
+6
*
all: move examples into package *_test.
R?my Oudompheng
2013-07-29
2
-7
/
+18
*
crypto/sha1: provide a top-level Sum function
Rob Pike
2013-06-25
2
-2
/
+18
*
crypto/sha1: mark block as non-escaping
Rob Pike
2013-06-24
1
-0
/
+2
*
build: update assembly variable names for vet
Russ Cox
2013-03-22
3
-4
/
+4
*
crypto/sha1: faster amd64, 386 implementations
Russ Cox
2013-03-21
4
-0
/
+460
*
src: use internal tests if possible
Robin Eklind
2013-02-19
1
-5
/
+4
*
crypto/sha1: Make sha-1 do block mixup in place
Carl Mastrangelo
2012-11-07
1
-14
/
+28
*
crypto: use better hash benchmarks
Eric Roshan-Eisner
2012-11-01
1
-14
/
+14
*
crypto: housekeeping
Russ Cox
2012-05-29
3
-24
/
+49
*
pkg: a slew of examples
Andrew Gerrand
2012-02-18
1
-2
/
+10
*
build: remove Make.pkg, Make.tool
Russ Cox
2012-01-30
1
-12
/
+0
*
crypto/hmac: Add HMAC-SHA224 and HMAC-SHA384/512
Luit van Drongelen
2012-01-18
1
-0
/
+5
*
crypto: allocate less.
Adam Langley
2011-12-06
1
-8
/
+9
*
Add a []byte argument to hash.Hash to allow an allocation to be saved.
Adam Langley
2011-12-01
2
-11
/
+8
*
src/pkg/[a-m]*: gofix -r error -force=error
Russ Cox
2011-11-01
1
-2
/
+1
*
src/pkg: make package doc comments consistently start with "Package foo".
Nigel Tao
2011-04-20
1
-1
/
+1
*
crypto: add package.
Adam Langley
2011-02-01
1
-0
/
+5
*
use copy
Russ Cox
2010-10-26
1
-4
/
+1
*
gofmt -s -w src misc
Robert Griesemer
2010-10-22
1
-31
/
+31
*
build: no required environment variables
Russ Cox
2010-08-18
1
-1
/
+1
*
changes &x -> x[0:] for array to slice conversion
Russ Cox
2010-05-27
1
-1
/
+1
*
delete all uses of panicln by rewriting them using panic or,
Rob Pike
2010-03-24
1
-1
/
+1
*
hash: document that Sum does not change hash state
Russ Cox
2010-01-19
2
-5
/
+14
*
Apply symmetric changes to sha1 and sha256 as to md4 and md5.
Robert Griesemer
2009-12-29
1
-12
/
+8
*
1) Change default gofmt default settings for
Robert Griesemer
2009-12-15
3
-104
/
+104
*
go: makes it build for the case $GOROOT has whitespaces
Sergio Luis O. B. Correia
2009-11-23
1
-2
/
+2
*
gofmt -r '?[?:len(?)] -> ?[?:]' -w src/cmd src/pkg
Russ Cox
2009-11-20
2
-3
/
+3
*
use fully qualified names for hash interfaces
Russ Cox
2009-11-11
1
-1
/
+1
*
- replaced gofmt expression formatting algorithm with
Robert Griesemer
2009-11-09
2
-16
/
+16
*
remove semis after statements in one-statement statement lists
Robert Griesemer
2009-11-09
1
-7
/
+7
*
- fine-tuning of one-line func heuristic (nodes.go)
Robert Griesemer
2009-11-06
1
-3
/
+1
*
gofmt on crypto, debug
Russ Cox
2009-10-06
3
-73
/
+71
*
convert non-low-level non-google pkg code
Russ Cox
2009-08-12
4
-66
/
+5
*
mv src/lib to src/pkg
Rob Pike
2009-06-09
4
-0
/
+343