Home
last modified time | relevance | path

Searched refs:hashed_string (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/crypto/
H A Dcontext.cc115 std::string hashed_string; in RandomOracle() local
117 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()