()
| 60 | //........................................................................... |
| 61 | |
| 62 | public MD4() { |
| 63 | super("MD4"); |
| 64 | engineReset(); |
| 65 | } |
| 66 | |
| 67 | /** |
| 68 | * This constructor is here to implement cloneability of this class. |
nothing calls this directly
no test coverage detected