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.


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