Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: AES_example shaun_larada Smartage
Fork of Crypto by
hash/SHA2.h@7:2dbbdfb08123, 2013-09-14 (annotated)
- Committer:
 - feb11
 - Date:
 - Sat Sep 14 18:21:32 2013 +0000
 - Revision:
 - 7:2dbbdfb08123
 - Parent:
 - SHA2.h@0:7a1237bd2d13
 
added DES (not tested yet)
Who changed what in which revision?
| User | Revision | Line number | New contents of line | 
|---|---|---|---|
| feb11 | 0:7a1237bd2d13 | 1 | #ifndef SHA2_H | 
| feb11 | 0:7a1237bd2d13 | 2 | #define SHA2_H | 
| feb11 | 0:7a1237bd2d13 | 3 | |
| feb11 | 0:7a1237bd2d13 | 4 | #include "SHA224.h" | 
| feb11 | 0:7a1237bd2d13 | 5 | #include "SHA256.h" | 
| feb11 | 0:7a1237bd2d13 | 6 | #include "SHA384.h" | 
| feb11 | 0:7a1237bd2d13 | 7 | #include "SHA512.h" | 
| feb11 | 0:7a1237bd2d13 | 8 | |
| feb11 | 0:7a1237bd2d13 | 9 | #endif | 
