From 2e47298639b3e4971e2a7b35d50b57340276435b Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 27 Jul 2020 21:39:44 +0200 Subject: Disabling previous work temporarily to focus on the algorithm --- inc/ft_ssl_sha256.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 inc/ft_ssl_sha256.h (limited to 'inc/ft_ssl_sha256.h') diff --git a/inc/ft_ssl_sha256.h b/inc/ft_ssl_sha256.h new file mode 100644 index 0000000..9427f88 --- /dev/null +++ b/inc/ft_ssl_sha256.h @@ -0,0 +1,22 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* ft_ssl_sha256.h :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: cacharle +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/02/22 07:18:42 by cacharle #+# #+# */ +/* Updated: 2020/02/22 08:57:14 by cacharle ### ########.fr */ +/* */ +/* ************************************************************************** */ + +#ifndef FT_SSL_SHA256_H +# define FT_SSL_SHA256_H + +/* +** main_sha256.c +*/ + +int fl_main_sha256(int argc, char **argv); + +#endif -- cgit