1
0
mirror of https://github.com/fumiama/unibase2n.git synced 2026-06-21 11:20:35 +08:00
This commit is contained in:
源文雨
2023-04-10 10:48:55 +08:00
parent d4c1be32e2
commit c98c9ec117
3 changed files with 26 additions and 15 deletions

View File

@@ -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)