summaryrefslogtreecommitdiff
path: root/libs/libsodium/src/crypto_aead/aegis128l/aegis128l_soft.h
blob: df8ddece08dc95994c1221b559c73db352bd132b (plain)
1
2
3
4
5
6
7
8
#ifndef aegis128l_soft_H
#define aegis128l_soft_H

#include "implementations.h"

extern struct aegis128l_implementation aegis128l_soft_implementation;

#endif