Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Print3M/ByteCaster
/ base32
Method
base32
encoding/encoding.go:37–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
}
36
37
func
(e *encoder) base32() {
38
/*
39
IyBCeXRlQ2FzdGVyCgpTd2lzcy1rbmlmZSBmaWxlI...
40
*/
41
encoded := base32.StdEncoding.EncodeToString(e.input)
42
e.output = []byte(encoded)
43
}
44
45
func
(e *encoder) base64() {
46
/*
Callers
1
EncodeData
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected