I'm trying to understand how a system I'm working on creates some hash code starting from a numeric code. I'm collecting some of these pairs “small_number, big_number”, but I cannot figure out how the system encodes small_number to obtain big_number. Decoding is possible, because system can obtain small_number from big_number.
Numbers look like these:
197 >> 29337857947107767585 1078 >> 84080031635590040762 1083 >> 32373003898332638476 1409 >> 79402294967209014727 1498 >> 25254493910542918727 2945 >> 85687067382221703925 2946 >> 88767616208189692328
I have no clue at all. Can you point to some reading too?
Thank you