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

Move "ec" directory to "crypto" and move openssl implementation into crypto/openssl directory.

This commit is contained in:
Henrik Hautakoski 2020-02-11 14:48:10 +01:00
parent 04641354ff
commit bc0369f301
10 changed files with 14 additions and 14 deletions

View file

@ -22,7 +22,7 @@
* SOFTWARE.
*/
#include <chrono>
#include "ec/generate.h"
#include "crypto/ec.h"
#include "benchmark.h"
using std::chrono::steady_clock;