diff options
Diffstat (limited to 'include/ft_ssl_sha256.h')
| -rw-r--r-- | include/ft_ssl_sha256.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/include/ft_ssl_sha256.h b/include/ft_ssl_sha256.h new file mode 100644 index 0000000..7bb05ff --- /dev/null +++ b/include/ft_ssl_sha256.h @@ -0,0 +1,22 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* ft_ssl_sha256.h :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/02/22 07:18:42 by cacharle #+# #+# */ +/* Updated: 2020/02/22 07:18:57 by cacharle ### ########.fr */ +/* */ +/* ************************************************************************** */ + +#ifndef FT_SSL_SHA256_H +# define FT_SSL_SHA256_H + +/* +** main_sha256.c +*/ + +int main_sha256(int argc, char **argv); + +#endif |
