(byte[] ba)
| 553 | } |
| 554 | |
| 555 | public static String ByteArrayToString(byte[] ba) { |
| 556 | return binaryToHex(ba).toUpperCase(Locale.ROOT); |
| 557 | } |
| 558 | |
| 559 | // ==================================================== |
| 560 | // EdDSA (Ed25519) |
nothing calls this directly
no test coverage detected