ssl_des/inc/tests.h

21 lines
1,000 B
C
Raw Normal View History

2018-10-23 20:41:44 +03:00
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* tests.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: gtertysh <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2018/10/23 19:36:58 by gtertysh #+# #+# */
/* Updated: 2018/10/23 19:40:12 by gtertysh ### ########.fr */
/* */
/* ************************************************************************** */
2018-10-09 11:42:59 +03:00
2018-10-23 20:41:44 +03:00
#ifndef TESTS_H
# define TESTS_H
2018-10-09 11:42:59 +03:00
int md5_tests(void);
int sha_tests(void);
int base64_tests(void);
2018-10-09 11:42:59 +03:00
2018-10-23 20:41:44 +03:00
#endif