MCPcopy Index your code
hub / github.com/SeanDragon/protools / P0

Method P0

security/src/main/java/pro/tools/security/sm/SM3.java:57–61  ·  view source on GitHub ↗
(Integer x)

Source from the content-addressed store, hash-verified

55 }
56
57 private static Integer P0(Integer x) {
58 return x
59 ^ Integer.rotateLeft(x, 9)
60 ^ Integer.rotateLeft(x, 17);
61 }
62
63 private static Integer P1(Integer x) {
64 return x

Callers 1

CFMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected