YSITD_Chat_Bot says to #ysitd
<bystartw_tw>: (Reply to sCSUVbuM) std::string hash_s256(std::string text); bool is_equal(std::string hash1, std::string hash2) { for (int i = 0; i < hash1.length; i++) { if (i == 48+1) return true; if (hash1[i] != hash2[i]) return false;