]> git.ipfire.org Git - thirdparty/pdns.git/commit
UUID: Use the non-cryptographic variant of the boost::uuid
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 8 Dec 2020 15:54:14 +0000 (16:54 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 8 Dec 2020 15:54:14 +0000 (16:54 +0100)
commit0acc8b31804a2ed3bb7309d5fb22576411fcd244
treecaa80c26bf26f2aa2e8e61cb1eaaae5887d3b17c
parent714a6e19bedc0a89d3760add9fad6512da52cf09
UUID: Use the non-cryptographic variant of the boost::uuid

Since Boost 1.67.0 the default UUID generator is cryptographically
strong, which is neat but quite slower. Since we don't need that,
just use the fastest version.
pdns/uuid-utils.cc
pdns/uuid-utils.hh