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

Method ByteArrayToString

java/lib/src/main/java/io/github/ccxt/base/Crypto.java:555–557  ·  view source on GitHub ↗
(byte[] ba)

Source from the content-addressed store, hash-verified

553 }
554
555 public static String ByteArrayToString(byte[] ba) {
556 return binaryToHex(ba).toUpperCase(Locale.ROOT);
557 }
558
559 // ====================================================
560 // EdDSA (Ed25519)

Callers

nothing calls this directly

Calls 1

binaryToHexMethod · 0.95

Tested by

no test coverage detected