nl :: Tejido:: Plataforma:: Seguridad:: SHA256
Resumen
Constructores y Destructores | |
---|---|
SHA256 (void) | |
~SHA256 (void) |
Tipos públicos | |
---|---|
@343 | enumeración |
Funciones publicas | |
---|---|
AddData (const uint8_t *data, uint16_t dataLen) | void |
AddData (const BIGNUM & num) | void Agregue un valor OpenSSL BIGNUM al hash. |
Begin (void) | void |
Finish (uint8_t *hashBuf) | void |
Reset (void) | void |
Tipos públicos
@ 343
@343
Funciones publicas
Agregar datos
void AddData( const uint8_t *data, uint16_t dataLen )
Agregar datos
void AddData( const BIGNUM & num )
Agregue un valor OpenSSL BIGNUM al hash.
Empezar
void Begin( void )
Terminar
void Finish( uint8_t *hashBuf )
Reiniciar
void Reset( void )
SHA256
SHA256( void )
~ SHA256
~SHA256( void )