go-github-com-dop251-base64dec 0.0.0-20231022112746-c6c9f9a96217
Channel: guix
Home page: https://github.com/dop251/base64dec
Licenses: Modified BSD
Build system: go
Synopsis: Universal Lenient Base64 Decoder
Description:
This is a modified version of the standard base64 decoder from encoding/base64.
Key differences:
Accepts both Standard and URL-safe encoding, no need to specify it explicitly.
Works for both padded and raw inputs.
The input can be a string or a
[]byte, no allocation or copy is performed for either.
Total packages: 1