X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=main.dox;h=ce525e3dcd9137f9de861eff0f6e806cb3032dae;hp=54db5359e15d2b861b38b9e805e967ec5423fb33;hb=e542ff92d053ecf40b42364a44bc887431cecae2;hpb=8d79feec50a05a02fadb12e516c20674e698d5ae diff --git a/main.dox b/main.dox index 54db535..ce525e3 100644 --- a/main.dox +++ b/main.dox @@ -1,4 +1,4 @@ -/** \mainpage Documentation for microcrypt-lib +/** \mainpage Documentation for AVR-Crypto-Lib \section Algorithms Available algorithms \subsection Stream-ciphers Stream ciphers A stream cipher generates a keystream which is normaly XORed with the @@ -50,6 +50,13 @@ - MD5 (md5.h) - SHA-1 (sha1.h) - SHA-256 (sha256.h) + - Blake + - Blue Midnight Wish + - Grøstl + - Keccak + - Shabal + - Skein + - Twister \subsection MACs Message-Authentification-Codes (MACs) Message-Authentification-Codes work like hash function but take an additional @@ -59,6 +66,7 @@ Implemented MAC functions: - HMAC-SHA-1 (hmac-sha1.h) - HMAC-SHA-256 (hmac-sha256.h) + \subsection PRNGs Pseudo-Random-Number-Generators (PRNGs) PRNGs produce pseudo random output determinated by the input. They aim to @@ -70,4 +78,4 @@ Implemented PRNGs: - Entropium (entropium.h) -*/ \ No newline at end of file +*/