MCPcopy Create free account
hub / github.com/CDSecLab/MJXT / getArrayLength

Method getArrayLength

src/main/java/utils/Xor8.java:28–30  ·  view source on GitHub ↗
(int size)

Source from the content-addressed store, hash-verified

26
27
28 private static int getArrayLength(int size) {
29 return (int) (OFFSET + (long) FACTOR_TIMES_100 * size / 100);
30 }
31
32
33 public Xor8(long[] keys, byte[][] ct) {

Callers 1

Xor8Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected