项目作者: wisespace-io

项目描述 :
Rust FIDO U2F Library
高级语言: Rust
项目地址: git://github.com/wisespace-io/u2f-rs.git
创建时间: 2017-08-07T16:49:28Z
项目社区:https://github.com/wisespace-io/u2f-rs

开源协议:Other

下载


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

  1. [dependencies]
  2. u2f = "0.2"

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

See provided example