Decrypt a message using a Polybius square cipher. # Examples Basic usage: ``` use cipher_crypt::{Cipher, Polybius}; let p = Polybius::new((String::from("p0lyb1us"), ['A','Z','C','D','E','F'], ['A','B','G','D','E','F']));; assert_eq!("Attack 🗡️ the east wall", p.decrypt("BCdfdfbcbdgf 🗡️ dfgcbf bfbcbzdf ezbcacac").unwrap()); ```
(&self, ciphertext: &str)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected