mirror of
https://github.com/fumiama/go-base16384.git
synced 2026-06-05 00:32:52 +08:00
13 lines
319 B
Go
13 lines
319 B
Go
//go:build !amd64 && !arm64
|
|
// +build !amd64,!arm64
|
|
|
|
package base14
|
|
|
|
import _ "unsafe"
|
|
|
|
//go:linkname encode github.com/fumiama/go-base16384.encodeGeneric
|
|
func encode(offset, outlen int, b, encd []byte)
|
|
|
|
//go:linkname decode github.com/fumiama/go-base16384.decodeGeneric
|
|
func decode(offset, outlen int, b, decd []byte)
|