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

Method fingerprint

src/main/java/utils/Xor8.java:155–157  ·  view source on GitHub ↗
(long hash)

Source from the content-addressed store, hash-verified

153 }
154
155 private int fingerprint(long hash) {
156 return (int) (hash & ((1 << BITS_PER_FINGERPRINT) - 1));
157 }
158
159 public byte[][] getCiphertext() {
160 return ciphertext;

Callers 1

searchMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected