private void OpHash256(ParsedOpCode obj) { var value = MainStack.Pop(); MainStack.Push(HashUtil.Blake256D(value)); }