mirror of
https://github.com/fumiama/unibase2n.git
synced 2026-06-21 11:20:35 +08:00
speedup
This commit is contained in:
@@ -4,5 +4,8 @@
|
||||
package unibase2n
|
||||
|
||||
// dec128blk1 for bit 1
|
||||
// len(in)>0, len(in)%16==0, len(out)==len(in)/16
|
||||
//
|
||||
// len(in)>0, len(in)%16==0, len(out)==len(in)/16
|
||||
//
|
||||
//go:noescape
|
||||
func dec128blk1(mask uint128be, in, out []byte)
|
||||
|
||||
Reference in New Issue
Block a user