|
CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
|
Files | |
| crc32.cpp | |
| Third-party (vendored): CRC32 checksum implementation from Stephan Brumme's portable hashing library (create.stephan-brumme.com). | |
| digest.cpp | |
| Third-party (vendored): digest demo/driver from Stephan Brumme's portable hashing library (create.stephan-brumme.com). | |
| HashTest.cpp | |
| CMSDK unit test for the vendored hash library: runs md5/sha1/sha256/ crc32/sha3/keccak against known test vectors. | |
| keccak.cpp | |
| Third-party (vendored): Keccak hash implementation from Stephan Brumme's portable hashing library (create.stephan-brumme.com). | |
| md5.cpp | |
| Third-party (vendored): MD5 hash implementation from Stephan Brumme's portable hashing library (create.stephan-brumme.com). | |
| sha1.cpp | |
| Third-party (vendored): SHA-1 hash implementation from Stephan Brumme's portable hashing library (create.stephan-brumme.com). | |
| sha256.cpp | |
| Third-party (vendored): SHA-256 hash implementation from Stephan Brumme's portable hashing library (create.stephan-brumme.com). | |
| sha3.cpp | |
| Third-party (vendored): SHA-3 hash implementation from Stephan Brumme's portable hashing library (create.stephan-brumme.com). | |