auth/vendor/github.com/segmentio/asm/base64/decode_arm64.go

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)