1
0
mirror of https://github.com/fumiama/unibase2n.git synced 2026-06-05 00:32:47 +08:00
Files
unibase2n/decode_amd64.go
2022-10-03 17:14:10 +08:00

9 lines
178 B
Go

//go:build amd64
// +build amd64
package unibase2n
// dec128blk1 for bit 1
// len(in)>0, len(in)%16==0, len(out)==len(in)/16
func dec128blk1(mask uint128be, in, out []byte)