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

Method ed25519

java/lib/src/main/java/io/github/ccxt/base/Crypto.java:66–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64 public static String sha512() { return "sha512"; }
65 public static String md5() { return "md5"; }
66 public static String ed25519() { return "ed25519"; }
67 public static String keccak() { return "keccak"; }
68 public static String secp256k1(){ return "secp256k1"; }
69 public static String p256() { return "p256"; }

Callers 11

JwtMethod · 0.95
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

no outgoing calls

Tested by

no test coverage detected