(Object buff)
| 654 | } |
| 655 | |
| 656 | public static String binaryToBase64(Object buff) { |
| 657 | return Encode.binaryToBase64((byte[]) buff); |
| 658 | } |
| 659 | |
| 660 | public static byte[] base58ToBinary(Object pt) { |
| 661 | return Encode.Base58ToBinary(pt); |
no test coverage detected