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