switch to using blst from upstream, with script to go get it
This commit is contained in:
parent
bebc0c7661
commit
2ef78588a5
94 changed files with 18 additions and 57850 deletions
|
@ -4,7 +4,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;
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#include <string.h>
|
||||
#include <time.h>
|
||||
#include <assert.h>
|
||||
#include "../blst/blst.h"
|
||||
#include "../blst/bindings/blst.h"
|
||||
|
||||
const byte dst[] = "MY-DST";
|
||||
double time_taken;
|
||||
|
|
|
@ -4,7 +4,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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue