summaryrefslogtreecommitdiff
path: root/src/pkg/encoding/base32/base32.go
Commit message (Expand)AuthorAgeFilesLines
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-426/+0
* encoding/base64, encoding/base32: speed up EncodeRui Ueyama2014-06-191-8/+8
* encoding/base64, encoding/base32: make Encode fasterRui Ueyama2014-06-181-23/+21
* encoding/base64, encoding/base32: make DecodeString fasterRui Ueyama2014-06-111-1/+1
* all: fix typosRui Ueyama2014-04-161-1/+1
* base32: remove unnecessary "if" conditionRui Ueyama2014-03-201-6/+4
* encoding/base32, encoding/base64: fix issues with decoder whitespace handlingPhilip K. Warren2013-03-121-6/+39
* encoding/base32, encoding/base64: a small stack-space optimization.Nigel Tao2013-03-121-6/+6
* encoding/base32: don't panic when decoding "AAAA==".Nigel Tao2013-03-121-12/+22
* encoding/base32, encoding/base64: removed unneeded break labelThomas Alan Copeland2012-06-251-2/+1
* encoding/base32: ignore new line characters during decode.David Symonds2012-02-031-19/+26
* encoding/base32: add DecodeString and EncodeToString helper methods.David Symonds2012-02-031-0/+14
* use new strconv APIRuss Cox2011-12-051-1/+1
* src/pkg/[a-m]*: gofix -r error -force=errorRuss Cox2011-11-011-9/+8
* encoding/base32: new packageMiek Gieben2011-01-201-0/+368