initialise a memory structure or smth
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
10
src/util/utils.hh
Normal file
10
src/util/utils.hh
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
// Why I wrote this myself? I do not know
|
||||
// I will off myself 😹😹😹😹
|
||||
namespace crypto {
|
||||
std::string
|
||||
sha256(const uint8_t* data, const size_t size);
|
||||
}
|
||||
Reference in New Issue
Block a user