Searched refs:hashed_string (Results 1 – 1 of 1) sorted by relevance
115 std::string hashed_string; in RandomOracle() local117 hashed_string = Sha512String(bignum_bytes); in RandomOracle()119 hashed_string = Sha384String(bignum_bytes); in RandomOracle()121 hashed_string = Sha256String(bignum_bytes); in RandomOracle()123 hash_output = hash_output + CreateBigNum(hashed_string); in RandomOracle()