crypto_hash.h 227 Bytes
Newer Older
lwc-tester committed
1 2 3 4 5 6 7 8 9 10
#ifndef crypto_hash_H
#define crypto_hash_H

#include "crypto_hash_gimli24v1.h"

#define crypto_hash crypto_hash_gimli24v1
#define crypto_hash_BYTES crypto_hash_gimli24v1_BYTES
#define crypto_hash_PRIMITIVE "gimli24v1"

#endif