u2f-hatter-fork

Crates.iou2f-hatter-fork
lib.rsu2f-hatter-fork
version0.2.0
created_at2025-03-23 23:24:17.311207+00
updated_at2025-03-23 23:24:17.311207+00
descriptionRust FIDO U2F Library
homepage
repositoryhttps://github.com/wisespace-io/u2f-rs
max_upload_size
id1603196
size39,889
Hatter Jiang (jht5945)

documentation

README

Rust FIDO U2F Library   Build Status Latest Version MIT licensed Apache-2.0 licensed

u2f-rs

Rust FIDO U2F library is a simple server side implementation to register and check signatures provided by U2F clients/devices. See U2F Technical Overview

Usage

Add this to your Cargo.toml

[dependencies]
u2f = "0.2"

Make sure that you have read Using a U2F library before continuing.

See provided example

Commit count: 41

cargo fmt