crypto_hash_gimli24v1.h 442 Bytes
Newer Older
lwc-tester committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
#ifndef crypto_hash_gimli24v1_H
#define crypto_hash_gimli24v1_H

#define crypto_hash_gimli24v1_littleendian_BYTES 32
 
#ifdef __cplusplus
extern "C" {
#endif
extern int crypto_hash_gimli24v1_littleendian(unsigned char *,const unsigned char *,unsigned long long);
#ifdef __cplusplus
}
#endif

#define crypto_hash_gimli24v1 crypto_hash_gimli24v1_littleendian
#define crypto_hash_gimli24v1_BYTES crypto_hash_gimli24v1_littleendian_BYTES

#endif