//
pkg.gl
Category
github.com/frankbraun/codechain
util
ascii85
package
1.2.0
Repository:
https://github.com/frankbraun/codechain.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
1
Files
63 SLOC
#
Functions
Decode
Decode ascii85 encoded src and return it.
Encode
Encode src to ascii85 with a newline every 80 encoded characters and return the result and the number of encoded lines.