MD4¶
Compute the MD4 message digest conforming to RFC 1320. Returns 16 bytes.
One-shot only — Digest does not offer an MD4 constructor because the
algorithm is cryptographically broken and deprecated in OpenSSL 3.x.
Implements¶
- HashFn val
Constructors¶
create¶
Returns¶
- MD4 val^
Public Functions¶
apply¶
Parameters¶
- input: ByteSeq
Returns¶
eq¶
Parameters¶
- that: MD4 val
Returns¶
- Bool val
ne¶
Parameters¶
- that: MD4 val
Returns¶
- Bool val