Expand description
Playfair cipher implementation in Rust
Structs§
- Keyword
- Keyword structure, used in constructing the matrix in which the encryption is performed over.
- Playfair
- Playfair cipher structure, stores data needed during the encryption/decryption
Traits§
- Cipher
- Cipher trait, enforces
encryptanddecryptmethods.