Changeset 57358 in vbox for trunk/src/VBox/Runtime/common/checksum/alt-sha256.cpp
- Timestamp:
- Aug 14, 2015 3:16:38 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102121
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/checksum/alt-sha256.cpp
r56290 r57358 26 26 27 27 28 /******************************************************************************* 29 * Defined Constants And Macros *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Defined Constants And Macros * 30 *********************************************************************************************************************************/ 31 31 /** The SHA-256 block size (in bytes). */ 32 32 #define RTSHA256_BLOCK_SIZE 64U … … 36 36 37 37 38 /******************************************************************************* 39 * Header Files *40 ******************************************************************************* /38 /********************************************************************************************************************************* 39 * Header Files * 40 *********************************************************************************************************************************/ 41 41 #include "internal/iprt.h" 42 42 #include <iprt/types.h> … … 68 68 69 69 70 /******************************************************************************* 71 * Global Variables *72 ******************************************************************************* /70 /********************************************************************************************************************************* 71 * Global Variables * 72 *********************************************************************************************************************************/ 73 73 #ifndef RTSHA256_UNROLLED 74 74 /** The K constants */
Note:
See TracChangeset
for help on using the changeset viewer.