hram.h 241 B

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