summaryrefslogtreecommitdiff
path: root/src/pkg/crypto/sha1
Commit message (Expand)AuthorAgeFilesLines
* all: copy cmd/ld/textflag.h into pkg/GOOS_GOARCHRob Pike2014-08-124-4/+4
* crypto/md5, crypto/sha1: exclude amd64p32 from generic implementations.Dave Cheney2014-03-081-1/+1
* crypto/sha1: restore accidental removal of arm build tagBrad Fitzpatrick2014-02-251-1/+1
* all: merge NaCl branch (part 1)Dave Cheney2014-02-252-1/+217
* crypto/md5,sha1: add examples for SumRob Pike2014-02-241-1/+8
* crypto/sha1: always test the portable block function tooBrad Fitzpatrick2014-02-123-7/+25
* An ARM version of sha1block.go with a big improvement in throughputNick Craig-Wood2014-02-123-2/+219
* crypto/sha1, crypto/sha256, crypto/sha512: use copy for partial blockJoel Sing2014-01-061-8/+2
* crypto/sha1: add tests for Size() and BlockSize()Shawn Smith2013-12-311-0/+14
* crypto/sha1: Optimise FUNC1 with alternate formulationNick Craig-Wood2013-12-122-12/+8
* all: change textflags from numbers to symbols.Keith Randall2013-08-122-2/+6
* all: move examples into package *_test.R?my Oudompheng2013-07-292-7/+18
* crypto/sha1: provide a top-level Sum functionRob Pike2013-06-252-2/+18
* crypto/sha1: mark block as non-escapingRob Pike2013-06-241-0/+2
* build: update assembly variable names for vetRuss Cox2013-03-223-4/+4
* crypto/sha1: faster amd64, 386 implementationsRuss Cox2013-03-214-0/+460
* src: use internal tests if possibleRobin Eklind2013-02-191-5/+4
* crypto/sha1: Make sha-1 do block mixup in placeCarl Mastrangelo2012-11-071-14/+28
* crypto: use better hash benchmarksEric Roshan-Eisner2012-11-011-14/+14
* crypto: housekeepingRuss Cox2012-05-293-24/+49
* pkg: a slew of examplesAndrew Gerrand2012-02-181-2/+10
* build: remove Make.pkg, Make.toolRuss Cox2012-01-301-12/+0
* crypto/hmac: Add HMAC-SHA224 and HMAC-SHA384/512Luit van Drongelen2012-01-181-0/+5
* crypto: allocate less.Adam Langley2011-12-061-8/+9
* Add a []byte argument to hash.Hash to allow an allocation to be saved.Adam Langley2011-12-012-11/+8
* src/pkg/[a-m]*: gofix -r error -force=errorRuss Cox2011-11-011-2/+1
* src/pkg: make package doc comments consistently start with "Package foo".Nigel Tao2011-04-201-1/+1
* crypto: add package.Adam Langley2011-02-011-0/+5
* use copyRuss Cox2010-10-261-4/+1
* gofmt -s -w src miscRobert Griesemer2010-10-221-31/+31
* build: no required environment variablesRuss Cox2010-08-181-1/+1
* changes &x -> x[0:] for array to slice conversionRuss Cox2010-05-271-1/+1
* delete all uses of panicln by rewriting them using panic or,Rob Pike2010-03-241-1/+1
* hash: document that Sum does not change hash stateRuss Cox2010-01-192-5/+14
* Apply symmetric changes to sha1 and sha256 as to md4 and md5.Robert Griesemer2009-12-291-12/+8
* 1) Change default gofmt default settings forRobert Griesemer2009-12-153-104/+104
* go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia2009-11-231-2/+2
* gofmt -r '?[?:len(?)] -> ?[?:]' -w src/cmd src/pkgRuss Cox2009-11-202-3/+3
* use fully qualified names for hash interfacesRuss Cox2009-11-111-1/+1
* - replaced gofmt expression formatting algorithm withRobert Griesemer2009-11-092-16/+16
* remove semis after statements in one-statement statement listsRobert Griesemer2009-11-091-7/+7
* - fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer2009-11-061-3/+1
* gofmt on crypto, debugRuss Cox2009-10-063-73/+71
* convert non-low-level non-google pkg codeRuss Cox2009-08-124-66/+5
* mv src/lib to src/pkgRob Pike2009-06-094-0/+343