|
libxcks
0.1.0.1
|
| ▼ include | |
| ▼ libxcks | |
| checksum.hpp | Interface for classes that compute checksums |
| ckcalculator.hpp | Utility classes to compute and verify the checksums |
| ckfactory.hpp | Classes for enumerate and create all the checksums' algorithms that the application knows |
| ckformatter.hpp | Format checksum and hash values |
| ckvalue.hpp | Stores the value of a checksum |
| defs.hpp | Common definitions for libxcks |
| export.hpp | OS dependent exports defines |
| handlers.hpp | Handlers for reading and writing XCKS files |
| libxcks.hpp | Entry point and convenience header of libxcks |
| types.hpp | Common types for libxcks |
| verdefs.hpp | Version of the library in defines |
| version.hpp | Version of the library |
| xcksreader.hpp | (Z)XCKS files reader |
| xcksver.hpp | Versions of (Z)XCKS files |
| xckswriter.hpp | (Z)XCKS files writer |
| ▼ src | |
| ▼ algos | |
| blake3.cpp | Compute BLAKE3 hash |
| blake3.hpp | Compute BLAKE3 hash |
| checksumex.cpp | Add some utilities to Checksum class |
| checksumex.hpp | Add some utilities to Checksum class |
| crc32.cpp | Compute crc32 |
| crc32.hpp | Compute crc32 |
| crc64.cpp | Compute crc64 |
| crc64.hpp | Compute crc64 |
| keccak.cpp | Compute Keccak and SHA3 hashes |
| keccak.hpp | Compute Keccak and SHA3 hashes |
| libgcrypthash.hpp | Interface for classes from the Libgcrypt that compute hashes |
| md2.cpp | Compute md2 hash |
| md2.hpp | Compute md2 hash |
| md4.cpp | Compute md4 hash |
| md4.hpp | Compute md4 hash |
| md5.cpp | Compute md5 hash |
| md5.hpp | Compute md5 hash |
| rmd160.cpp | Compute ripe-md160 hash |
| rmd160.hpp | Compute ripe-md160 hash |
| sha1.cpp | Compute sha1 hash |
| sha1.hpp | Compute sha1 hash |
| sha224_256.cpp | Compute sha224 hash and sha256 hash |
| sha224_256.hpp | Compute sha224 hash and sha256 hash |
| sha384_512.cpp | Compute sha384 hash and sha512 hash |
| sha384_512.hpp | Compute sha384 hash and sha512 hash |
| sm3.cpp | Compute SM3 hash |
| sm3.hpp | Compute SM3 hash |
| tiger.cpp | Compute Tiger hash |
| tiger.hpp | Compute Tiger hash |
| whirlpool.cpp | Compute Whirlpool hash |
| whirlpool.hpp | Compute Whirlpool hash |
| ▼ utils | |
| ckcalculator.cpp | Utility classes to compute and verify the checksums |
| ckfactory.cpp | Classes for enumerate and create all the checksums' algorithms that the application knows |
| ckformatter.cpp | Format checksum and hash values |
| ckvalue.cpp | Stores the value of a checksum |
| pathutil.cpp | Path utilities |
| pathutil.hpp | Path utilities |
| private_defs.hpp | Common private definitions for libxcks |
| strutil.cpp | String utilities |
| strutil.hpp | String utilities |
| version.cpp | Version of the library |
| ▼ xcksfiles | |
| handlers.cpp | Handlers for reading and writing XCKS files |
| xcksfilereader.cpp | Classes that read a XCKS file |
| xcksfilereader.hpp | Classes that read a XCKS file |
| xcksfilereader_1.cpp | Classes that read a XCKS file version 1 |
| xcksfilereader_1.hpp | Classes that read a XCKS file version 1 |
| xcksfilewriter.cpp | Classes that write a XCKS file |
| xcksfilewriter.hpp | Classes that write a XCKS file |
| xcksreader.cpp | (Z)XCKS files reader |
| xcksver.cpp | Versions of (Z)XCKS files |
| xckswriter.cpp | (Z)XCKS files reader |
| xmlparser.cpp | A very simple XML Parser |
| xmlparser.hpp | A very simple XML Parser |
| libxcks.cpp | Entry point and convenience header of libxcks |