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

Method P1

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

Source from the content-addressed store, hash-verified

61 }
62
63 private static Integer P1(Integer x) {
64 return x
65 ^ Integer.rotateLeft(x, 15)
66 ^ Integer.rotateLeft(x, 23);
67 }
68
69 private static byte[] padding(byte[] source) throws IOException {
70 long l = source.length * 8;

Callers 1

CFMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected