(Object str, Object signed)
| 267 | } |
| 268 | |
| 269 | public static Object crc32(Object str, Object signed) { |
| 270 | return Crypto.Crc32(str, signed); |
| 271 | } |
| 272 | |
| 273 | public static Object crc32(Object str) { |
| 274 | return Crypto.Crc32(str, null); |
no test coverage detected