mirror of
https://github.com/status-im/status-go.git
synced 2025-02-22 11:48:31 +00:00
* feat_: LogOnPanic linter * fix_: add missing defer LogOnPanic * chore_: make vendor * fix_: tests, address pr comments * fix_: address pr comments
9 lines
257 B
Go
9 lines
257 B
Go
// Code generated by command: go run encode_asm.go -pkg base64 -out ../base64/encode_amd64.s -stubs ../base64/encode_amd64.go. DO NOT EDIT.
|
|
|
|
//go:build !purego
|
|
// +build !purego
|
|
|
|
package base64
|
|
|
|
func encodeAVX2(dst []byte, src []byte, lut *int8) (int, int)
|