bystartw_tw@tg says to YSITDstd::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;at Fri, Oct 11, 2019 12:30 PM