Main step of GOST 28147-89: Difference between revisions

m
Line 417:
println("The encoded bytes are $(mainstep(input, key))")
</lang>
{{output}}<pre>
The encoded bytes are UInt8[0x1f, 0x88, 0xcf, 0x07, 0x21, 0x04, 0x3b, 0x04]</pre>
 
=={{header|Kotlin}}==
4,103

edits