go/src/pkg/encoding/base64
Philip K. Warren b4237b5997 encoding/base32, encoding/base64: fix issues with decoder whitespace handling
Adds a new reader to filter newlines, which fixes errors seen in the
decoder chunking code. Found additional issues with whitespace handling
after the first padding character.
Fixes #4779.

R=minux.ma, rsc, bradfitz
CC=golang-dev
https://golang.org/cl/7311069
2013-03-12 01:50:10 -04:00
..
base64.go encoding/base32, encoding/base64: fix issues with decoder whitespace handling 2013-03-12 01:50:10 -04:00
base64_test.go encoding/base32, encoding/base64: fix issues with decoder whitespace handling 2013-03-12 01:50:10 -04:00
example_test.go encoding/base64: new example for NewEncoder with emphasis on Close 2012-12-11 11:49:02 -05:00