Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/f0ng/autoDecoder
/ sm4F
Method
sm4F
src/com/autoDecoder/util/SM4.java:114–116 ·
view source on GitHub ↗
(long x0, long x1, long x2, long x3, long rk)
Source
from the content-addressed store, hash-verified
112
}
113
114
private
long sm4F(long x0, long x1, long x2, long x3, long rk) {
115
return
x0 ^ sm4Lt(x1 ^ x2 ^ x3 ^ rk);
116
}
117
118
private
long sm4CalciRK(long ka) {
119
long bb = 0L;
Callers
1
sm4_one_round
Method · 0.95
Calls
1
sm4Lt
Method · 0.95
Tested by
no test coverage detected