mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-22 14:22:23 +00:00
9 lines
241 B
C
9 lines
241 B
C
|
#ifndef HRAM_H
|
||
|
#define HRAM_H
|
||
|
|
||
|
#define get_hram crypto_sign_ed25519_amd64_64_get_hram
|
||
|
|
||
|
extern void get_hram(unsigned char *hram, const unsigned char *sm, const unsigned char *pk, unsigned char *playground, unsigned long long smlen);
|
||
|
|
||
|
#endif
|