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

add uuid/md5_name_generator, sha1_name_generator

This commit is contained in:
bolero-MURAKAMI 2012-08-08 22:27:06 +09:00
parent f05cd35fe8
commit 3955daf23b
6 changed files with 208 additions and 88 deletions

View file

@ -12,7 +12,6 @@
#include <sprout/iterator/bytes_iterator.hpp>
#include <sprout/operation/fixed/set.hpp>
#include <sprout/bit/rotate.hpp>
#include <sprout/bit/reverse.hpp>
namespace sprout {
static_assert(CHAR_BIT == 8, "CHAR_BIT == 8");