# Rust-OTP ![creates.io version](https://img.shields.io/crates/v/otp.svg) 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: ```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.