(Object payload, Object algo)
| 566 | } |
| 567 | |
| 568 | public Object hash(Object payload, Object algo) { |
| 569 | return Crypto.Hash(payload, algo, null); |
| 570 | } |
| 571 | |
| 572 | public Object hash(Object payload, Object algo, Object output) { |
| 573 | return Crypto.Hash(payload, algo, output); |
no test coverage detected