|
void | reset () override |
| Réinitialise l'instance pour calculer une nouvelle valeur de hash.
|
|
void | updateHash (Span< const std::byte > input) override |
| Ajoute le tableau input au hash calculé
|
|
void | computeHashValue (HashAlgorithmValue &value) override |
| Calcule la valeur de hashage et la retourne dans hash_value.
|
|
Définition à la ligne 108 du fichier SHA1HashAlgorithm.cc.
◆ SHA1()
Arcane::SHA1Algorithm::SHA1::SHA1 |
( |
| ) |
|
|
inline |
◆ computeHashValue()
◆ reset()
void Arcane::SHA1Algorithm::SHA1::reset |
( |
| ) |
|
|
inlineoverridevirtual |
◆ sha1_final()
◆ sha1_init()
void Arcane::SHA1Algorithm::SHA1::sha1_init |
( |
| ) |
|
|
private |
◆ sha1_process_block()
void Arcane::SHA1Algorithm::SHA1::sha1_process_block |
( |
unsigned * | hash, |
|
|
const unsigned * | block ) |
|
staticprivate |
The core transformation. Process a 512-bit block. The function has been taken from RFC 3174 with little changes.
- Paramètres
-
hash | algorithm state |
block | the message block to process |
Définition à la ligne 202 du fichier SHA1HashAlgorithm.cc.
Référencé par sha1_update().
◆ sha1_update()
void Arcane::SHA1Algorithm::SHA1::sha1_update |
( |
Span< const std::byte > | bytes | ) |
|
|
private |
◆ updateHash()
void Arcane::SHA1Algorithm::SHA1::updateHash |
( |
Span< const std::byte > | input | ) |
|
|
inlineoverridevirtual |
◆ m_context
sha1_ctx Arcane::SHA1Algorithm::SHA1::m_context |
|
private |
La documentation de cette classe a été générée à partir du fichier suivant :