Lxpen::Core::MD4
Inherits Struct < Value < Object
Constructors
new
SourceClass methods
digest(data : Bytes) : StaticArray(UInt8, 16)
Sourcentlm(password : String) : StaticArray(UInt8, 16)
Sourcentlm_hex(password : String) : String
Sourcentlm_into(password : String, output : Bytes) : Nil
SourceInstance methods
final_hash
Sourceupdate(data : Bytes) : self
Source