speck-rs 0.1.1

A nostd implementation of NSA's lightweight block cipher Speck
Documentation
  • Coverage
  • 28.57%
    2 out of 7 items documented0 out of 5 items with examples
  • Size
  • Source code size: 41.86 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 791.45 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • tuxxy/speck
    1 2 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • tuxxy

Speck

Speck is a lightweight blockcipher designed by NSA. This library implements Speck128/128 per the paper in Rust.

Additionally, this implementation of Speck is nostd compliant.