pre-pow
This commit is contained in:
5
pow/dash/crypto.c
Normal file
5
pow/dash/crypto.c
Normal file
@ -0,0 +1,5 @@
|
||||
extern char *Sha3(char *, int);
|
||||
char *sha3_cgo(char *data, int l)
|
||||
{
|
||||
return Sha3(data, l);
|
||||
}
|
Reference in New Issue
Block a user