Server : Apache System : Linux dedi-14684855.grupobig.com 5.14.0-687.42.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Aug 27 11:55:12 EDT 2026 x86_64 User : grupo692 ( 1004) PHP Version : 8.3.33 Disable Function : NONE Directory : /proc/thread-self/root/proc/thread-self/root/usr/include/boost/uuid/ |
// Boost name_generator_md5.hpp header file ------------------------//
// Copyright 2017 James E. King III
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// https://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_UUID_NAME_GENERATOR_MD5_HPP
#define BOOST_UUID_NAME_GENERATOR_MD5_HPP
#include <boost/uuid/basic_name_generator.hpp>
#include <boost/uuid/detail/md5.hpp>
namespace boost {
namespace uuids {
//! \brief MD5 hashing is defined in RFC 4122 however it is not commonly
//! used; the definition is provided for backwards compatibility.
typedef basic_name_generator<detail::md5> name_generator_md5;
} // uuids
} // boost
#endif // BOOST_UUID_NAME_GENERATOR_MD5_HPP