summaryrefslogtreecommitdiff
path: root/ext/ed25519-amd64-asm/hram.h
blob: 1740c78a4accf43ae1ab40f57aee8a26bbbc473b (plain)
1
2
3
4
5
6
7
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