aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/base32/base32.go
AgeCommit message (Expand)Author
2024-12-06encoding/base64, encoding/base32: add doc details to DecodeString and AppendD...Dmytro Yeroshkin
2024-08-30encoding/base32, encoding/base64: document Decode to short bufferIan Lance Taylor
2024-05-14encoding/base32: use correct length for unpadded buffer in ReadNiklas Ott
2023-09-08encoding: modernize Go documentationJoe Tsai
2023-09-03encoding: show the alphabet for base32 and base64Joe Tsai
2023-08-19encoding: optimize growth behavior in Encoding.AppendDecodeJoe Tsai
2023-08-18encoding: require unique alphabet for base32 and base64Joe Tsai
2023-08-17encoding: reject negative runes in Encoding.WithPaddingJoe Tsai
2023-08-17encoding: add AppendEncode and AppendDecodeJoe Tsai
2023-08-07encoding/base32: optimize Encodekorzhao
2023-07-26encoding/base32: reduce overflow risk when calc encode/decode lenchanxuehong
2023-06-27encoding: document that base32 and base64 do not use UTF-8Joe Tsai
2022-08-17encoding/base64: optimize decodemap memory setErikPelli
2022-05-03encoding/base32: decoder output depends on chunking of underlying readerteivah
2022-04-05all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox
2021-11-02encoding: simplify some codeJosh Bleecher Snyder
2019-09-11encoding/base32: increase performance and code reuseSven Taute
2019-09-08all: fix typosAinar Garipov
2019-02-26encoding/base32: simplify and speed up decoderDaniel Martí
2018-06-12encoding/base32: eliminate alphabet bounds checkNiek Sanders
2018-05-22encoding/base32: remove redundant conditionaldchenk
2018-05-16encoding/base32: handle NoPadding in NewDecoderGustav Westling
2018-05-09encoding/base32: handle NoPadding when using buffered encoding in CloseGustav Westling
2018-05-09encoding/base32: handle surplus padding consistentlyGustav Westling
2017-12-01Revert "go/printer: forbid empty line before first comment in block"Joe Tsai
2017-11-02go/printer: forbid empty line before first comment in blockJoe Tsai
2017-08-14encoding/base32: improve performance in common caseIlya Tocar
2017-07-06encoding/base32: make NoPadding Encoding's DecodedLen return exact sizeGustav Westling
2017-07-06encoding/base32: support custom and disabled padding when decodingGustav Westling
2017-05-22encoding/base32: add Encoding.WithPadding, StdPadding, NoPaddingGustav Westling
2017-05-18encoding/base32: ensure base32 decoder propagates errors correctlyMark Ryan
2016-03-02all: single space after period.Brad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox