feat: add yubikey-rs-demo

This commit is contained in:
2023-03-11 00:32:57 +08:00
parent 9e06880a81
commit 8e03973dda
3 changed files with 1497 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
[package]
name = "yubikey-rs-demo"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
elliptic-curve = { version = "0.13.2", features = ["sec1"] }
hex = "0.4.3"
p256 = { version = "0.13.0", features = ["ecdh"] }
rand = "0.8.5"
rust_util = "0.6.41"
sha2 = "0.10.6"
yubikey = { version = "0.7.0", features = ["untested"] }