Assume b is an integer, G is a basepoint in an elliptic curve, and Hash is a one-way hash function.
Is Hash(bG) equal to b(Hash(G)) ? or not?
Note: A hash function is any algorithm or subroutine that maps data sets of variable length to data sets of a fixed length. For example, a person's name, having a variable length, could be hashed to a single integer of bounded size. The values returned by a hash function are called hash values, hash codes, hash sums, checksums or simply hashes. in this example hash function is a funcion that convert a point on elliptic curve that is Input of hash function, to an integer number, that is output of hash function.