rsa-export 0.3.3

Export keys generated by the "rsa" crate into the PKCS#1 or PKCS#8 format
Documentation
[[example]]
name = "pem"
required-features = ["pem"]

[[example]]
name = "pem_custom_line_ending"
required-features = ["pem"]
[dependencies.num-bigint-dig]
default-features = false
version = "0.6"

[dependencies.pem]
optional = true
version = "0.8"

[dependencies.rsa]
version = "0.3"

[dependencies.simple_asn1]
version = "0.5"
[dev-dependencies.rand]
version = "0.7"

[features]
default = ["pem"]

[package]
authors = ["Glitch <smallglitch@cryptolab.net>"]
description = "Export keys generated by the \"rsa\" crate into the PKCS#1 or PKCS#8 format"
edition = "2018"
license = "Apache-2.0 OR MIT"
name = "rsa-export"
readme = "./README.md"
repository = "https://gitlab.com/smallglitch/rsa-export"
version = "0.3.3"
[package.metadata.docs.rs]
all-features = true