(Object request, Object secret, Object curve, Object hash)
| 594 | } |
| 595 | |
| 596 | public static Map<String, Object> ecdsa(Object request, Object secret, Object curve, Object hash) { |
| 597 | return Crypto.Ecdsa(request, secret, curve, hash); |
| 598 | } |
| 599 | |
| 600 | private static int[] crc32Table = null; |
| 601 |