Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

v0.1.4

Latest
Compare
Choose a tag to compare
@rsdlt rsdlt released this 11 Oct 13:24
· 7 commits to main since this release

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 for DictWrap::new and VigMatrixWrap::new.
  • Removed the to_string() in key_e because it is already of type String.