Documentation ¶
Overview ¶
base64 encoding using I2P's alphabet
Index ¶
Constants ¶
View Source
const Alphabet = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-~"
i2p base64 alphabet
Variables ¶
View Source
var I2PEncoding *b64.Encoding = b64.NewEncoding(Alphabet)
i2p base64 encoding
Functions ¶
func DecodeFromString ¶
decode string using i2p base64 encoding returns error if data is malfromed
func EncodeToString ¶
Return a go string of the I2P base64 encoding of the provided byte slice
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.