Skip to content

F_Ekstrand_Encryption_Ciphers_AbstractPlugboard_TRANSPOSITION_SIZE

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

AbstractPlugboard.TRANSPOSITION_SIZE Field

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

Syntax

C#

protected const string TRANSPOSITION_SIZE = "Translation points too small to provide a strong encryption."

VB

Protected Const TRANSPOSITION_SIZE As String = "Translation points too small to provide a strong encryption."

C++

protected:
literal String^ TRANSPOSITION_SIZE = "Translation points too small to provide a strong encryption."

F#

static val mutable TRANSPOSITION_SIZE: string

Field Value

Type: String

See Also

Reference

AbstractPlugboard Class
Ekstrand.Encryption.Ciphers Namespace

Clone this wiki locally