From 5a85786dbec1f6e170f04709db4ee951bb268a45 Mon Sep 17 00:00:00 2001 From: Loic GUEGAN Date: Sat, 7 Mar 2015 10:59:05 +0400 Subject: [PATCH] Pas de changement notable. --- main.cpp | 4 ++-- 1 file 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;