Pas de changement notable.

This commit is contained in:
Loic GUEGAN 2015-03-07 10:59:05 +04:00
parent 88b5076459
commit 5a85786dbe

View file

@ -15,9 +15,9 @@ void aff(std::string chaine);
//----- Program Start -----
int main(){
HASHCrypt hash= HASHCrypt("Chaine");
HASHCrypt hash= HASHCrypt("Chaine de test");
aff(hash.getMD5_32());
aff(hash.getMD5_128());
return 0;