Skip to content

Mad-Kat/rust-t-hotp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

totp and htop implementation in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages