summaryrefslogtreecommitdiff
path: root/libs/libsodium/src/crypto_aead/aegis256/aegis256_armcrypto.h
blob: a9bd4ad392d966a98abceb734ddff14a32cc426d (plain)
1
2
3
4
5
6
7
8
#ifndef aegis256_armcrypto_H
#define aegis256_armcrypto_H

#include "implementations.h"

extern struct aegis256_implementation aegis256_armcrypto_implementation;

#endif