diff options
Diffstat (limited to 'ext/ed25519-amd64-asm/hram.h')
-rw-r--r-- | ext/ed25519-amd64-asm/hram.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/ed25519-amd64-asm/hram.h b/ext/ed25519-amd64-asm/hram.h new file mode 100644 index 00000000..1740c78a --- /dev/null +++ b/ext/ed25519-amd64-asm/hram.h @@ -0,0 +1,8 @@ +#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 |