otp 0.2.0

Pure rust implementation of Hash- and Time-based One Time Passwords in Rust.
Documentation
  • Coverage
  • 0%
    0 out of 5 items documented0 out of 4 items with examples
  • Size
  • Source code size: 10.57 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.22 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 17s Average build duration of successful builds.
  • all releases: 17s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • pantsman0/rust-otp
    3 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • pantsman0

Rust-OTP

creates.io version

A pure rust implementation for SHA1 HOTP (RFC 4226) and TOTP(RFC 6238).

Usage

To import rust-rust-otp add the following to your Cargo.toml:

[dependencies]

otp = "^0.2"

Contributions

Any contributions are welcome. This was implemented as a learning experience and any advice is appreciated.

License

This crate is licensed under the BSD 3-Clause license.