From 814ba1b6d5f4b4c390e3002161af0ec90fc8e501 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Thu, 24 Jun 2021 00:10:33 +0000 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cc00aa..bca774a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ # LLO - Low Level Obfuscation Utils -utils for low level obfuscation framework \ No newline at end of file +This repo contains a list of utils that will probably need to be implimented for LLO. + + +* llo::utils::hash_t templated class that contains unique std::uint64_t hash value for any given data. use std::hash to compute the hash.