1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Add documentation tags

This commit is contained in:
ed 2018-03-15 10:47:05 +00:00
parent e982c70438
commit cdbc28c18b
534 changed files with 1531 additions and 72 deletions

View file

@ -36,6 +36,8 @@ namespace juce
You can then retrieve this checksum as a 16-byte block, or as a hex string.
@see SHA256
@tags{Cryptography}
*/
class JUCE_API MD5
{

View file

@ -36,6 +36,8 @@ namespace juce
You can retrieve the hash as a raw 32-byte block, or as a 64-digit hex string.
@see MD5
@tags{Cryptography}
*/
class JUCE_API SHA256
{

View file

@ -42,6 +42,8 @@ namespace juce
https://www.cosic.esat.kuleuven.ac.be/nessie/workshop/submissions/whirlpool.zip
@see SHA256, MD5
@tags{Cryptography}
*/
class JUCE_API Whirlpool
{