MCPcopy Create free account

hub / github.com/arosspope/cipher-crypt / types & classes

Types & classes19 in github.com/arosspope/cipher-crypt

ClassADFGVX
This struct is created by the `new()` method. See its documentation for more.
src/adfgvx.rs:15
ClassAffine
An Affine cipher. This struct is created by the `new()` method. See its documentation for more.
src/affine.rs:16
InterfaceAlphabet
src/common/alphabet.rs:19
ClassAlphanumeric
src/common/alphabet.rs:96
ClassAutokey
An Autokey cipher. This struct is created by the `new()` method. See its documentation for more.
src/autokey.rs:15
ClassBaconian
This struct is created by the `new()` method. See its documentation for more.
src/baconian.rs:148
ClassCaesar
A Caesar cipher. This struct is created by the `new()` method. See its documentation for more.
src/caesar.rs:14
InterfaceCipher
src/common/cipher.rs:1
ClassColumnarTransposition
A Columnar Transposition cipher. This struct is created by the `new()` method. See its documentation for more.
src/columnar_transposition.rs:14
ClassFractionatedMorse
A Fractionated Morse cipher. This struct is created by the `new()` method. See its documentation for more.
src/fractionated_morse.rs:21
ClassHill
A Hill cipher. This struct is created by the `new()` method. See its documentation for more.
src/hill.rs:25
ClassPlayfair
A Playfair cipher. This struct is created by the `new()` method. See its documentation for more.
src/playfair.rs:22
ClassPlayfair
src/common/alphabet.rs:129
ClassPolybius
A Polybius square cipher. This struct is created by the `new()` method. See its documentation for more.
src/polybius.rs:13
ClassPorta
A Porta cipher. This struct is created by the `new()` method. See its documentation for more.
src/porta.rs:56
ClassRailfence
src/railfence.rs:12
ClassScytale
A Scytale cipher. This struct is created by the `new()` method. See its documentation for more.
src/scytale.rs:19
ClassStandard
src/common/alphabet.rs:70
ClassVigenere
A Vigenère cipher. This struct is created by the `new()` method. See its documentation for more.
src/vigenere.rs:17