Monero
hram.h
Go to the documentation of this file.
1 #ifndef HRAM_H
2 #define HRAM_H
3 
4 #define get_hram crypto_sign_ed25519_amd64_51_30k_batch_get_hram
5 
6 extern void get_hram(unsigned char *hram, const unsigned char *sm, const unsigned char *pk, unsigned char *playground, unsigned long long smlen);
7 
8 #endif
#define get_hram
Definition: hram.h:4
static rct::key sm(rct::key y, int n, const rct::key &x)
Definition: bulletproofs.cc:342