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:
parent
30241d3be6
commit
f05cd35fe8
12 changed files with 863 additions and 174 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue