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

Method hmac

java/lib/src/main/java/io/github/ccxt/Exchange.java:556–558  ·  view source on GitHub ↗
(Object payload, Object secret)

Source from the content-addressed store, hash-verified

554 public String p256() {return "p256"; }
555
556 public Object hmac(Object payload, Object secret) {
557 return Crypto.Hmac(payload, secret, null, null);
558 }
559
560 public Object hmac(Object payload, Object secret, Object algo) {
561 return Crypto.Hmac(payload, secret, algo, null);

Callers

nothing calls this directly

Calls 1

HmacMethod · 0.95

Tested by

no test coverage detected