summaryrefslogtreecommitdiff
path: root/libs/libsodium/src/crypto_aead/aegis128l/aegis128l_armcrypto.h
blob: 41ad43cba0f2725923d80a64663eaa7a395f3f58 (plain)
1
2
3
4
5
6
7
8
#ifndef aegis128l_armcrypto_H
#define aegis128l_armcrypto_H

#include "implementations.h"

extern struct aegis128l_implementation aegis128l_armcrypto_implementation;

#endif