Encrypts a message using the Trifid cipher. # Arguments `message` - The message to encrypt `alphabet` - The characters to be used for the cipher (must be 27 characters) `period` - The number of characters in a group whilst encrypting
(message: &str, alphabet: &str, period: usize)
source not stored for this graph (policy: none)