95aaa8 | #pike __REAL_VERSION__ | |||
59bfa1 | #pragma strict_types | |||
576edc | #require constant(Nettle.MD4) | |||
95aaa8 | ||||
a164de | //! MD4 is a message digest function constructed by Ronald Rivest, and //! is described in RFC 1320. It outputs message digests of 128 bits, //! or 16 octets. | |||
de38b7 | inherit Nettle.MD4; | |||
a164de | ||||
6bc207 | Standards.ASN1.Types.Identifier asn1_id() { return Standards.PKCS.Identifiers.md4_id; } |