Added default value of key to the decryption block - for this value the decrytpion block just copies bursts from input to the output.

This commit is contained in:
ptrkrysik 2015-02-08 09:46:05 +01:00
parent 4739c94cfc
commit 69fb52a769
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
<param>
<name>Kc session key</name>
<key>k_c</key>
<value>[0,0,0,0,0,0,0,0]</value>
<type>int_vector</type>
</param>