aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/crypto.go
AgeCommit message (Expand)Author
2020-07-08crypto: fix PKCS space in docsKatie Hockman
2020-03-24crypto: implement Hash.StringKatie Hockman
2017-03-01crypto: add BLAKE2b and BLAKE2s hash constantsAndreas Auernhammer
2016-01-26crypto: document that Signer.Sign does not hashRuss Cox
2015-07-14crypto: add SHA-512/224 and SHA-512/256 as described in FIPS 180-4Nevins Bartolomeo
2015-07-02crypto: fix non-sentence in documentation for DecrypterRob Pike
2015-03-16crypto/rsa: implement crypto.DecrypterNick Sullivan
2014-11-10all: use golang.org/x/... import pathsAndrew Gerrand
2014-09-08build: move package sources from src/pkg to srcRuss Cox