- Implemented computeSHA256 function to generate hex-encoded SHA256 hashes. - Added verifySHA256 function to validate input data against expected hash in a WebAssembly context. - Created main_test.go to include unit tests for computeSHA256 with various input cases.