From 54e6e4155a01b05ed0bd229a966eae4a5a4963d5 Mon Sep 17 00:00:00 2001
From: Dmitriy Gerasimov <dm@cifercom.com>
Date: Wed, 27 Dec 2017 15:49:05 +0700
Subject: [PATCH] [*] Description [+] Declarations

---
 README.md   | 7 ++++++-
 dap_chain.h | 4 ++++
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b3dab79ad5..53c9626ccf 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,7 @@
 # libdap-chain
-Deus Applications Prototypes: blockchain library
+
+Deus Applications Prototypes: blockchain library. 
+
+## Fisrt Post-Quantum Blockchain
+
+based on the post-quantum alghorythmes, forked from https://github.com/open-quantum-safe/liboqs - part of Open Quantum Safe project https://openquantumsafe.org/
\ No newline at end of file
diff --git a/dap_chain.h b/dap_chain.h
index afa954b39d..7907236d9e 100644
--- a/dap_chain.h
+++ b/dap_chain.h
@@ -22,5 +22,9 @@
 #ifndef _DAP_CHAIN_H_
 #define _DAP_CHAIN_H_
 
+typedef struct dap_chain{
+    void * _internal;
+    void * _inhertor;
+} dap_chain_t;
 
 #endif
\ No newline at end of file
-- 
GitLab