Skip to content

M_Ekstrand_Encryption_Ciphers_EnigmaBinary_ReturnByte

Fred Ekstrand edited this page Aug 5, 2020 · 1 revision

EnigmaBinary.ReturnByte Method

encrypt/decrypt a single byte returning the result.

Namespace: Ekstrand.Encryption.Ciphers
Assembly: EnigmaBinaryCipher (in EnigmaBinaryCipher.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public byte ReturnByte(
	byte input
)

VB

Public Function ReturnByte ( 
	input As Byte
) As Byte

C++

public:
virtual unsigned char ReturnByte(
	unsigned char input
) sealed

F#

abstract ReturnByte : 
        input : byte -> byte 
override ReturnByte : 
        input : byte -> byte 

Parameters

 

input
Type: System.Byte
the byte to be processed.

Return Value

Type: Byte
the result of processing the input byte.

Implements

IStreamCipher.ReturnByte(Byte)

See Also

Reference

EnigmaBinary Class
Ekstrand.Encryption.Ciphers Namespace

Clone this wiki locally