aboutsummaryrefslogtreecommitdiff
path: root/core/encoding/base64
Commit message (Expand)AuthorAgeFilesLines
* Make base32 and base64 adhere to `-strict-style`gingerBill2021-03-141-2/+2
* Remove usage of `do` in core librarygingerBill2020-09-231-26/+30
* Fix encoding/base64 encoding null bytes incorrectlyTetralux2020-02-281-5/+5
* Added an implementation for Base64. Also provides the ability to supply your ...zhibog2019-08-151-0/+93