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

Method eddsa

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

Source from the content-addressed store, hash-verified

578 }
579
580 public Object eddsa(Object payload, Object secret, Object algo) {
581 return Crypto.Eddsa(payload, secret, algo);
582 }
583
584 public String jwt(Object data, Object secret, Object hash, boolean isRsa, Object options2) {
585 return Crypto.Jwt(data, secret, hash, isRsa, (Map<String, Object>)options2);

Callers 10

signMethod · 0.45
signMethod · 0.45
signMethod · 0.45
signMethod · 0.45
signTxEd25519Method · 0.45
signMessageMethod · 0.45
watchPrivateMethod · 0.45
authenticateMethod · 0.45
authenticateMethod · 0.45
signParamsMethod · 0.45

Calls 1

EddsaMethod · 0.95

Tested by

no test coverage detected