vigenere-cipher 0.1.0

Vigenère Cipher Library for Rust
Documentation
  • Coverage
  • 0%
    0 out of 5 items documented0 out of 2 items with examples
  • Size
  • Source code size: 39.75 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.26 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • suesslin/vigenere-cipher-rs
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • luki

Vigenère Cipher

The famous cipher as a Rust algorithm

Getting Started

Prerequistes

First, Nightly Rust needs to be installed

Installing

...

Running the tests

Enter the vigenere-cipher repository and run cargo test

Authors

  • Hikaru - Initial work

Versioning

SemVer applies for versioning.

License

This project is licensed under GNU GPLv3 - see the LICENSE file for details

Acknowledgments