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

Method hmac

java/tests/src/main/java/tests/BaseTest.java:215–222  ·  view source on GitHub ↗
(
        Object request,
        Object secret,
        Object algorithm,
        String digest
    )

Source from the content-addressed store, hash-verified

213 }
214
215 public static String hmac(
216 Object request,
217 Object secret,
218 Object algorithm,
219 String digest
220 ) {
221 return Crypto.hmac(request, secret, algorithm, digest);
222 }
223
224 public static String hmac(Object request, Object secret) {
225 return Crypto.hmac(request, secret, null, "hex");

Callers 15

signMethod · 0.45
signMethod · 0.45
signMethod · 0.45
signMethod · 0.45
signMethod · 0.45
signMethod · 0.45
signMethod · 0.45
signMethod · 0.45
signMethod · 0.45
signMethod · 0.45
signMethod · 0.45
signMethod · 0.45

Calls 1

hmacMethod · 0.95

Tested by

no test coverage detected