MCPcopy Create free account
hub / github.com/f0ng/autoDecoder / sm4Sbox

Method sm4Sbox

src/com/autoDecoder/util/SM4.java:93–97  ·  view source on GitHub ↗
(byte inch)

Source from the content-addressed store, hash-verified

91 0x10171e25, 0x2c333a41, 0x484f565d, 0x646b7279};
92
93 private byte sm4Sbox(byte inch) {
94 int i = inch & 0xFF;
95 byte retVal = SboxTable[i];
96 return retVal;
97 }
98
99 private long sm4Lt(long ka) {
100 long bb = 0L;

Callers 2

sm4LtMethod · 0.95
sm4CalciRKMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected