banner to up
parent
0b29f9baa4
commit
1ddf874483
8
hash.h
8
hash.h
|
@ -1,7 +1,3 @@
|
||||||
#ifndef HASH_H
|
|
||||||
#define HASH_H
|
|
||||||
|
|
||||||
#include <vector>
|
|
||||||
/*
|
/*
|
||||||
* Based on
|
* Based on
|
||||||
* 1. OpenSSL lib
|
* 1. OpenSSL lib
|
||||||
|
@ -12,6 +8,10 @@
|
||||||
* acetone, 2022
|
* acetone, 2022
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef HASH_H
|
||||||
|
#define HASH_H
|
||||||
|
|
||||||
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
using uint8_t = unsigned char;
|
using uint8_t = unsigned char;
|
||||||
|
|
Loading…
Reference in New Issue