Here's my problem. I'm currently trying to implement a few Cryptography standards in PHP for compatibility reasons. The one I'm working on now is SHA256 and SHA512. They are both reasonably straight forward standards, and I'm not having an issue with that.Here's my problem. I'm currently trying to impl