This website requires JavaScript.
Explore
Help
Sign in
mirror
/
JUCE
Watch
1
Star
0
Fork
You've already forked JUCE
0
mirror of
https://github.com/juce-framework/JUCE.git
synced
2026-01-23 01:44:22 +00:00
Code
Activity
7c77e101fc
JUCE
/
modules
/
juce_cryptography
/
hashing
History
Download ZIP
Download TAR.GZ
Julian Storer
149f94f9fc
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.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 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_SHA256.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_SHA256.h
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