You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# LLO - Low Level Obfuscation Utils
|
|
|
|
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.
|