Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TideSec/GoBypassAV
/ b8ToByte
Function
b8ToByte
Encryption/Bagua_code/main.go:90–92 ·
view source on GitHub ↗
(b []int)
Source
from the content-addressed store, hash-verified
88
}
89
90
func
b8ToByte(b []int) byte {
91
return
byte(b[0]<<7 + b[1]<<6 + b[2]<<5 + b[3]<<4 + b[4]<<3 + b[5]<<2 + b[6]<<1 + b[7])
92
}
93
94
func
byteTo2(byt int, dst []int) {
95
var
i = 7
Callers
1
decode
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected