Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+71 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -71/+0 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -31/+31 | |
2010-01-19 | hash: document that Sum does not change hash state | Russ Cox | 1 | -4/+9 | |
crypto/*: implement and test proper Sum Fixes issue 216. R=agl1 CC=golang-dev http://codereview.appspot.com/186210 Committer: Russ Cox <rsc@golang.org> | |||||
2009-12-15 | 1) Change default gofmt default settings for | Robert Griesemer | 1 | -12/+12 | |
parsing and printing to new syntax. Use -oldparser to parse the old syntax, use -oldprinter to print the old syntax. 2) Change default gofmt formatting settings to use tabs for indentation only and to use spaces for alignment. This will make the code alignment insensitive to an editor's tabwidth. Use -spaces=false to use tabs for alignment. 3) Manually changed src/exp/parser/parser_test.go so that it doesn't try to parse the parser's source files using the old syntax (they have new syntax now). 4) gofmt -w src misc test/bench 1st set of files. R=rsc CC=agl, golang-dev, iant, ken2, r http://codereview.appspot.com/180047 | |||||
2009-11-23 | Provides implementation of MD4 hashing algorithm. | Chris Lennert | 1 | -0/+66 | |
See IETF RFC 1320, http://tools.ietf.org/html/rfc1320. Fixes issue 279. R=rsc http://codereview.appspot.com/159051 Committer: Russ Cox <rsc@golang.org> |