Files
QSfera/Server/vendor/github.com/segmentio/asm/base64/decode_arm64.go
T
Курнат Андрей 2315f25754 Initial QSfera import
2026-06-07 10:20:04 +03:00

8 lines
183 B
Go

//go:build !purego
// +build !purego
package base64
func decodeARM64(dst []byte, src []byte, lut *int8) (int, int)
func decodeStdARM64(dst []byte, src []byte, lut *int8) (int, int)