Typedefs | |
| typedef hash_ctx | SHA256_CTX |
Fonctions | |
| SHA256_CTX * | SHA256_Init () |
| Initialisation d'un context pour l'algorithme SHA-256. | |
| s2byte | SHA256_Update (SHA256_CTX *ctx, u1byte *Buff, u4byte BuffSize) |
| Mise en oeuvre des opérations de hash. | |
| s2byte | SHA256_Final (SHA256_CTX *ctx, u1byte *Hash, u2byte HashSize) |
| Finalisation du calcul de l'empreinte pour l'algorithme SHA-256. | |
| void | SHA256_Free (SHA256_CTX *ctx) |
| libération du context pour l'algorithme SHA-256 | |
|
|
Context utilisé pour effectuer les opérations avec l'algorithme SHA-256 |
|
|
Initialisation d'un context pour l'algorithme SHA-256.
|
|
||||||||||||||||
|
Mise en oeuvre des opérations de hash.
|
|
||||||||||||||||
|
Finalisation du calcul de l'empreinte pour l'algorithme SHA-256.
|
|
|
libération du context pour l'algorithme SHA-256
|