/* * Copyright (C) 2021 - This file is part of libecc project * * Authors: * Ryad BENADJILA <ryadbenadjila@gmail.com> * Arnaud EBALARD <arnaud.ebalard@ssi.gouv.fr> * * This software is licensed under a dual BSD and GPL v2 license. * See LICENSE file at the root folder of the project. */ #include <libecc/lib_ecc_config.h> #include <libecc/lib_ecc_types.h> #ifndef __ECDH_H__ #define __ECDH_H__ #include <libecc/ecdh/ecccdh.h> #include <libecc/ecdh/x25519_448.h> #endif /* __ECDH_H__ */