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

Public Member Functions

virtual void reset ()
virtual void update (void const *data, uint size)
virtual void final (uchar *result)
virtual uint64 resultSize () const
MCAPI::mce::UUID getUUID ()
MCFOLD void $dtor ()
MCFOLD void $reset ()
MCAPI void $update (void const *data, uint size)
MCAPI void $final (uchar *result)
MCAPI uint64 $resultSize () const

Static Public Member Functions

static MCAPI void ** $vftable ()

Public Attributes

::ll::TypedStorage< 4, 4, ::Crypto::Hash::HashType > mHashType
::ll::TypedStorage< 8, 8, ::std::unique_ptr<::Crypto::Hash::IHash > > mHash

Member Function Documentation

◆ reset()

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

Implements Crypto::Hash::IHash.

◆ update()

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

Implements Crypto::Hash::IHash.

◆ final()

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

Implements Crypto::Hash::IHash.

◆ resultSize()

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

Implements Crypto::Hash::IHash.

◆ $vftable()

MCAPI void ** Crypto::Hash::Hash::$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: