General documentation
Extend scapy
Layer-specific documentation
About
API Reference
MD4 implementation
Modified from: https://gist.github.com/kangtastic/c3349fc4f9d659ee362b12d7d8c639b6
Bases: object
object
An implementation of the MD4 hash algorithm.
Modified to provide the same API as hashlib’s.