LeviLamina
Loading...
Searching...
No Matches
Crypto::Hash::md5 Class Reference
+ Inheritance diagram for Crypto::Hash::md5:

Public Member Functions

virtual void reset ()
 
virtual void update (void const *data, uint size)
 
virtual void final (uchar *result)
 
virtual uint64 resultSize () const
 
MCAPI void const * _body (void const *data, uint size)
 
MCAPI void $reset ()
 
MCAPI void $update (void const *data, uint size)
 
MCAPI void $final (uchar *result)
 
MCFOLD uint64 $resultSize () const
 

Static Public Member Functions

static MCAPI void ** $vftable ()
 

Public Attributes

::ll::TypedStorage< 4, 4, uint > _lo
 
::ll::TypedStorage< 4, 4, uint > _hi
 
::ll::TypedStorage< 4, 4, uint > _a
 
::ll::TypedStorage< 4, 4, uint > _b
 
::ll::TypedStorage< 4, 4, uint > _c
 
::ll::TypedStorage< 4, 4, uint > _d
 
::ll::TypedStorage< 1, 64, uchar[64]> _buffer
 
::ll::TypedStorage< 4, 64, uint[16]> _block
 

Member Function Documentation

◆ reset()

virtual void Crypto::Hash::md5::reset ( )
virtual

Implements Crypto::Hash::IHash.

◆ update()

virtual void Crypto::Hash::md5::update ( void const * data,
uint size )
virtual

Implements Crypto::Hash::IHash.

◆ final()

virtual void Crypto::Hash::md5::final ( uchar * result)
virtual

Implements Crypto::Hash::IHash.

◆ resultSize()

virtual uint64 Crypto::Hash::md5::resultSize ( ) const
virtual

Implements Crypto::Hash::IHash.

◆ $vftable()

static MCAPI void ** Crypto::Hash::md5::$vftable ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

The documentation for this class was generated from the following file: