Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 441 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 441 Bytes

rust-t-hotp

First rust project to learn some rust and to implement a small utility library.

This implements totp described by RFC-6238 and htop described by RFC-4226.

Building

To build the wasm execute the following:

wasm-pack build --target bundler

Testing

To test the wasm execute the following:

wasm-pack test --node