Decrypts a Trifid cipher encrypted message. # Arguments `message` - The message to decrypt `alphabet` - The characters used for the cipher (must be 27 characters) `period` - The number of characters used in grouping when it was encrypted
(message: &str, alphabet: &str, period: usize)
source not stored for this graph (policy: none)