]> git.mxchange.org Git - hub.git/blobdiff - application/hub/templates/xml/cruncher/producer/test_unit.xml
Added parameter 'key' to encryption methods to allow own keys
[hub.git] / application / hub / templates / xml / cruncher / producer / test_unit.xml
index 1efe031bd58ec603441be8ea01fd977177a5728c..16c3a35e05c9402f1b6ac7592b94ecebb23c1fbc 100644 (file)
@@ -41,13 +41,22 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                        <cipher-function>{?cipher_function?}</cipher-function>
                        <cipher-name>{?cipher_name?}</cipher-name>
                </cipher>
+               <!--
+               Timestamp in the format YYYY-mm-dd HH:ii:ss when this test unit has been
+               created.
+               //-->
+               <test-unit-created>{?test_unit_created</test-unit-created>
        </meta-data>
        <!--
        The data the cruncher shall process for this test unit.
        //-->
        <unprocessed-data>
                <!--
-               Because this is a WU for crunchers, there is always a key list.
+               Our encrypted, secret message, no need to distribute it (because the key producer will validate it)
+               //-->
+               <encrypted-message><![CDATA[{?encrypted_message?}]]></encrypted-message>
+               <!--
+               Because this is a test unit for crunchers, there is always a key list.
                //-->
                <cruncher-key-list key-count="{?key_count?}">
                        <!-- A single key to crunch. //-->