1
0
mirror of https://github.com/fumiama/go-base16384.git synced 2026-06-09 12:30:50 +08:00
Files
go-base16384/base14_noasm.go
2022-09-17 20:38:32 +08:00

13 lines
302 B
Go

//go:build !amd64
// +build !amd64
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)