Trying to recreate SHA256 hashing from the pseudocode on the wiki and it says to convert an integer to a 64 bit big endian integer.
I can't find how to do this anywhere online and when I look up the step by step process of how SHA256 works it doesn't make sense to me when it gets to that part as it seems they are just using a 7 bit unsigned binary integer in their example: https://qvault.io/cryptography/how-sha-2-works-step-by-step-sha-256/
can anyone help?