mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-01-10 11:37:19 -03:00
8 lines
251 B
C
8 lines
251 B
C
#ifndef HRAM_H
|
|
#define HRAM_H
|
|
|
|
#define get_hram crypto_sign_ed25519_amd64_51_30k_batch_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
|