decode private key to hex encoding of ECDSA private key
static String lyraDec(String input) { return hex.encode(lyraDecToBytes(input)); }