summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic GUEGAN <loic@debian>2015-03-07 10:59:05 +0400
committerLoic GUEGAN <loic@debian>2015-03-07 10:59:05 +0400
commit5a85786dbec1f6e170f04709db4ee951bb268a45 (patch)
treed6a1b964487fd11b4fc153fb2a58265b71a0bb31
parent88b5076459ea44947228e7ab53199b86e4d65871 (diff)
Pas de changement notable.
-rw-r--r--main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.cpp b/main.cpp
index 846f03b..cb3bf44 100644
--- a/main.cpp
+++ b/main.cpp
@@ -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;