1 #ifndef HRAM_H
2 #define HRAM_H
3 
4 #define get_hram crypto_sign_ed25519_amd64_64_get_hram
5 
6 extern void get_hram(unsigned char *hram, const unsigned char *sm, const unsigned char *pk, unsigned char *playground, unsigned long long smlen);
7 
8 #endif
9