Define Encryption - DEPRECATED
Purpose
Define Encryption identifies the type of encryption — if
WHIP! data is encrypted. This opcode is primarily added for future data encryption
support and is set to 'None'. Two additional encryption formats
are added and they are reserved for future use.
Syntax
Opcode
format |
Opcode |
Operand
Format |
Comments |
Extended
ASCII |
(Encryption |
<ws><Tencryption> |
- |
Extended
Binary |
0x0143 |
<USencryption> |
- |
Encryption — This is one of the following ASCII strings when
serialized as extended ASCII:
"None"
“Reserved1”
“Reserved2”
Encryption is one of the following enumerated values when serialized
as extended binary:
0 = None
1 = Reserved1
2 = Reserved2
Details
This opcode is always serialized as part of the BlockRef
opcode and should always be uncompressed. All of the fields are serialized
to the maximum field-length bytes.
Default
By default, block Encryption is currently None.