[DEV] integrate GLD
This commit is contained in:
parent
69a41f3322
commit
e013a8f113
@ -3,7 +3,7 @@
|
||||
"group-id":"com.atria-soft",
|
||||
"description":"Algorithm generic",
|
||||
"license":"MPL-2",
|
||||
"license-file":"file://LICENCE.txt",
|
||||
"license-file":"file://LICENSE",
|
||||
"maintainer":"file://authors.txt",
|
||||
"author":"file://authors.txt",
|
||||
"version":"file://version.txt",
|
||||
@ -26,8 +26,7 @@
|
||||
"."
|
||||
],
|
||||
"compilation-version": {
|
||||
"language": "c++",
|
||||
"version": 2017
|
||||
"c++": 2017
|
||||
},
|
||||
"dependency": [
|
||||
"elog",
|
||||
|
@ -46,6 +46,7 @@
|
||||
#include <algue/debug.hpp>
|
||||
#include <etk/path/Path.hpp>
|
||||
#include <etk/uri/provider/provider.hpp>
|
||||
#include <etk/uri/uri.hpp>
|
||||
|
||||
static const uint32_t ALGUE_SHA384_512_BLOCK_SIZE = (1024/8);
|
||||
static const uint32_t ALGUE_DIGEST_SIZE = ( 512 / 8);
|
||||
|
@ -8,6 +8,8 @@
|
||||
#include <etk/types.hpp>
|
||||
#include <etk/Vector.hpp>
|
||||
#include <etk/String.hpp>
|
||||
#include <etk/io/Interface.hpp>
|
||||
#include <ememory/SharedPtr.hpp>
|
||||
#include <etk/uri/Uri.hpp>
|
||||
|
||||
namespace algue {
|
||||
|
Loading…
Reference in New Issue
Block a user