mirror of
https://github.com/Noratrieb/blog.git
synced 2026-01-16 21:35:01 +01:00
openssh private key fun
This commit is contained in:
parent
3d4c1e10d9
commit
d0593cbd0e
8 changed files with 1434 additions and 0 deletions
16
helpers/fake-openssh-key/Cargo.toml
Normal file
16
helpers/fake-openssh-key/Cargo.toml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[package]
|
||||
name = "fake-openssh-key"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
opt-level = "s"
|
||||
|
||||
[dependencies]
|
||||
cluelessh-keys = { git = "https://github.com/Noratrieb/cluelessh.git", version = "0.1.0" }
|
||||
getrandom = { version = "0.2.15", features = ["js"] }
|
||||
wasm-bindgen = "0.2.93"
|
||||
Loading…
Add table
Add a link
Reference in a new issue