Move old main.c test into blst_experiments where it belongs

This commit is contained in:
John Doe 2024-07-08 21:07:51 -04:00
parent 87a57fbe68
commit 5d07547f18

View file

@ -1,7 +1,7 @@
#include <stdio.h>
#include <string.h>
#include <time.h>
#include "blst/blst.h"
#include "../blst/bindings/blst.h"
const byte dst[] = "MY-DST";
double time_taken;