This repository has been archived by the owner on Jul 11, 2024. It is now read-only.
Couple of minor cosmetic changes identified by @anupj:
- Changed Vigenere and Vigénere to the correct accent Vigenère.
- Hanged the
return
to idiomatic rust forDictWrap::new
andVigMatrixWrap::new
. - Removed the
to_string()
inkey_e
because it is already of typeString
.