1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_cryptography/hashing
2012-01-21 09:10:06 +00:00
..
juce_MD5.cpp Got rid of the MD5 (const String&) constructor that was confusing people - if you were using that constructuor, you can now call fromUTF32() instead for the same result. Also added a constructor that takes UTF-8 instead, and this is recommended. 2011-09-19 12:29:25 +01:00
juce_MD5.h Got rid of the nasty general-purpose ints and void*s that were in the Message class. Instead of using a plain old Message class, just create a subclass which contains whatever data you need in a more meaningful format. 2011-09-22 15:34:10 +01:00
juce_SHA256.cpp XML parser fix. Mac filechooser fix. 2012-01-21 09:10:06 +00:00
juce_SHA256.h XML parser fix. Mac filechooser fix. 2012-01-21 09:10:06 +00:00