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.