1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

add checksum/md5, sum, xor

This commit is contained in:
bolero-MURAKAMI 2012-08-08 21:59:47 +09:00
parent 30241d3be6
commit f05cd35fe8
12 changed files with 863 additions and 174 deletions

View file

@ -2,6 +2,9 @@
#define SPROUT_CHECKSUM_HPP
#include <sprout/config.hpp>
#include <sprout/checksum/sum.hpp>
#include <sprout/checksum/xor.hpp>
#include <sprout/checksum/md5.hpp>
#include <sprout/checksum/sha1.hpp>
#endif // #ifndef SPROUT_CHECKSUM_HPP