summaryrefslogtreecommitdiff
path: root/src/pkg/crypto/sha256/sha256_test.go
Commit message (Expand)AuthorAgeFilesLines
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-176/+0
* crypto/sha256: add tests for Size() and BlockSize()Shawn Smith2014-01-011-0/+18
* crypto/sha512: provide top-level Sum512 and Sum384 functionsRob Pike2013-06-261-1/+1
* crypto/sha256: provide top-level Sum and Sum224 functionsRob Pike2013-06-261-0/+8
* crypto: use better hash benchmarksEric Roshan-Eisner2012-11-011-14/+14
* crypto: housekeepingRuss Cox2012-05-291-0/+25
* Add a []byte argument to hash.Hash to allow an allocation to be saved.Adam Langley2011-12-011-4/+4
* gofmt -s -w src miscRobert Griesemer2010-10-221-62/+62
* crypto/sha256: add SHA-224Conrad Meyer2010-03-081-0/+52
* hash: document that Sum does not change hash stateRuss Cox2010-01-191-4/+9
* 1) Change default gofmt default settings forRobert Griesemer2009-12-151-12/+12
* crypto/sha256: new packageAndy Davis2009-12-141-0/+68