hram.h 230 B

12345678
  1. #ifndef HRAM_H
  2. #define HRAM_H
  3. #define get_hram CRYPTO_NAMESPACE(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