struct

Lxpen::Core::MD4

Inherits Struct < Value < Object

Constructors

Class methods

digest(data : Bytes) : StaticArray(UInt8, 16)
Source
ntlm(password : String) : StaticArray(UInt8, 16)
Source
ntlm_hex(password : String) : String
Source
ntlm_into(password : String, output : Bytes) : Nil
Source

Instance methods

final_hash
Source
update(data : Bytes) : self
Source