scapy.layers.tls.crypto.md4

MD4 implementation

Modified from: https://gist.github.com/kangtastic/c3349fc4f9d659ee362b12d7d8c639b6

class scapy.layers.tls.crypto.md4.MD4(msg=b'')[源代码]

基类:object

An implementation of the MD4 hash algorithm.

Modified to provide the same API as hashlib's.

static F(x, y, z)[源代码]
static G(x, y, z)[源代码]
static H(x, y, z)[源代码]
block_size = 64
digest()[源代码]
h = [1732584193, 4023233417, 2562383102, 271733878]
static lrot(value, n)[源代码]
mask = 4294967295
name = 'md4'
update(msg)[源代码]
width = 32