Move old main.c test into blst_experiments where it belongs
This commit is contained in:
parent
87a57fbe68
commit
5d07547f18
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include "blst/blst.h"
|
#include "../blst/bindings/blst.h"
|
||||||
|
|
||||||
const byte dst[] = "MY-DST";
|
const byte dst[] = "MY-DST";
|
||||||
double time_taken;
|
double time_taken;
|
Loading…
Reference in a new issue