()
| 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 ---------- |
no outgoing calls
no test coverage detected