Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arosspope/cipher-crypt
/ types & classes
Types & classes
19 in github.com/arosspope/cipher-crypt
⨍
Functions
232
◇
Types & classes
19
Class
ADFGVX
This struct is created by the `new()` method. See its documentation for more.
src/adfgvx.rs:15
Class
Affine
An Affine cipher. This struct is created by the `new()` method. See its documentation for more.
src/affine.rs:16
Interface
Alphabet
src/common/alphabet.rs:19
Class
Alphanumeric
src/common/alphabet.rs:96
Class
Autokey
An Autokey cipher. This struct is created by the `new()` method. See its documentation for more.
src/autokey.rs:15
Class
Baconian
This struct is created by the `new()` method. See its documentation for more.
src/baconian.rs:148
Class
Caesar
A Caesar cipher. This struct is created by the `new()` method. See its documentation for more.
src/caesar.rs:14
Interface
Cipher
src/common/cipher.rs:1
Class
ColumnarTransposition
A Columnar Transposition cipher. This struct is created by the `new()` method. See its documentation for more.
src/columnar_transposition.rs:14
Class
FractionatedMorse
A Fractionated Morse cipher. This struct is created by the `new()` method. See its documentation for more.
src/fractionated_morse.rs:21
Class
Hill
A Hill cipher. This struct is created by the `new()` method. See its documentation for more.
src/hill.rs:25
Class
Playfair
A Playfair cipher. This struct is created by the `new()` method. See its documentation for more.
src/playfair.rs:22
Class
Playfair
src/common/alphabet.rs:129
Class
Polybius
A Polybius square cipher. This struct is created by the `new()` method. See its documentation for more.
src/polybius.rs:13
Class
Porta
A Porta cipher. This struct is created by the `new()` method. See its documentation for more.
src/porta.rs:56
Class
Railfence
src/railfence.rs:12
Class
Scytale
A Scytale cipher. This struct is created by the `new()` method. See its documentation for more.
src/scytale.rs:19
Class
Standard
src/common/alphabet.rs:70
Class
Vigenere
A Vigenère cipher. This struct is created by the `new()` method. See its documentation for more.
src/vigenere.rs:17