The answer that best describes cryptographic hashing is: A uniform length, one-way value calculated from an input.
Cryptographic hashing involves taking an input (or 'message') and producing a fixed-length string of bytes that appears random. This process is one-way, meaning it should be computationally infeasible to reverse the process and obtain the original input from the hash.