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

Method secp256k1

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

Source from the content-addressed store, hash-verified

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"; }
70
71 // ---------- small utils ----------

Callers 10

signHashMethod · 0.45
signHashMethod · 0.45
signMessageMethod · 0.45
signHashMethod · 0.45
signHashMethod · 0.45
signHashMethod · 0.45
signHashMethod · 0.45
signHashMethod · 0.45
signHashMethod · 0.45
createSignedRequestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected