gdouyere
quelqu’un peut il m’expliquer où insérer dans main.c les lignes ;
- Call the functions that will compute the hash from the command line argument
argv[1]
:
sha256_context_t sha256;
sha256_init(&sha256);
sha256_update(&sha256, (uint8_t*)argv[1], strlen(argv[1]));
sha256_final(&sha256, sha256_hash);
Merci car je suis bloqué et ne peur continuer le TP