contract Helloworld { Sha256 hash; public function unlock(bytes message) { require(sha256(message) == this.hash); } }