sshkeys 0.1.0

Rust libraray for parsing OpenSSH certificates and public keys
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "sshkeys"
version = "0.1.0"
authors = ["Marin Atanasov Nikolov <dnaeon@gmail.com>"]
description = "Rust libraray for parsing OpenSSH certificates and public keys"
documentation = "https://docs.rs/sshkeys"
repository = "https://github.com/dnaeon/rust-sshkeys"
readme = "README.md"
keywords = ["ssh", "openssh", "parser", "key", "certificate"]
categories = ["cryptography", "parser-implementations", "encoding"]
license-file = "LICENSE"

[dependencies]
base64 = "0.6.0"
byteorder = "1.1.0"
sha2 = "0.6.0"