playfair_cipher_rs 0.1.0

A simple implementation of the Playfair cipher in Rust.
Documentation
  • Coverage
  • 100%
    6 out of 6 items documented4 out of 5 items with examples
  • Size
  • Source code size: 15.79 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.59 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • 0xPoe

playfair_cipher_rs

Implement the Playfair cipher (https://en.wikipedia.org/wiki/Playfair_cipher) in Rust.