banner to up

main
const an teen 2022-06-18 13:16:40 -04:00
parent 0b29f9baa4
commit 1ddf874483
1 changed files with 4 additions and 4 deletions

8
hash.h
View File

@ -1,7 +1,3 @@
#ifndef HASH_H
#define HASH_H
#include <vector>
/*
* Based on
* 1. OpenSSL lib
@ -12,6 +8,10 @@
* acetone, 2022
*/
#ifndef HASH_H
#define HASH_H
#include <vector>
#include <string>
using uint8_t = unsigned char;