Skip to content
Snippets Groups Projects
Commit 54e6e415 authored by Dmitriy Gerasimov's avatar Dmitriy Gerasimov
Browse files

[*] Description

[+] Declarations
parent 9e3dc8b2
No related branches found
No related tags found
No related merge requests found
# 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
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment