1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-18 04:00:03 +02:00

move types.h and ec stuff to "ec" subdirectory.

This commit is contained in:
Henrik Hautakoski 2020-01-30 08:41:30 +01:00
parent 8630f5c255
commit c7802b2e56
10 changed files with 14 additions and 15 deletions

View file

@ -25,7 +25,7 @@
#include <thread>
#include <mutex>
#include <vector>
#include "ec.h"
#include "ec/generate.h"
#include "key_search_helpers.h"
#include "key_search.h"