Add TODOs for planning

This commit is contained in:
2024-12-23 14:12:48 -06:00
parent b7b010ba3e
commit 9a54104bdd
4 changed files with 8 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ fn main() {
return;
}
// TODO: Use token to make request
// Check the hash of the value
let value_hash = sha2::Sha256::digest(key_data.value.as_bytes());
let hash_match = hex::encode(value_hash) == key_data.value_hash;