package
1.6.0
Repository: https://github.com/sphireinc/mantis.git
Documentation: pkg.go.dev

# README

Sphire Mantis::Encoding

The Encoding package of Mantis provides helper functions around Base64 encoding.

# Functions

Base64Decode decodes a base64 encoded string.
Base64EncodeStd encodes a string into a standard Base64 string.
Base64EncodeURL encodes a string into a Base64 string that is url-compatible.