MCPcopy Index your code
hub / github.com/ccxt/ccxt / crc32

Method crc32

java/tests/src/main/java/tests/BaseTest.java:269–271  ·  view source on GitHub ↗
(Object str, Object signed)

Source from the content-addressed store, hash-verified

267 }
268
269 public static Object crc32(Object str, Object signed) {
270 return Crypto.Crc32(str, signed);
271 }
272
273 public static Object crc32(Object str) {
274 return Crypto.Crc32(str, null);

Callers 5

handleOrderBookMethod · 0.45
handleOrderBookMethod · 0.45
handleOrderBookMethod · 0.45
handleChecksumMethod · 0.45
testCryptographyMethod · 0.45

Calls 1

Crc32Method · 0.95

Tested by

no test coverage detected