rsa-magic-public-key 0.3.0

Converting between the Magic Public Key format and a RustCrypto RSA type
Documentation
[dependencies.base64]
version = "0.13"

[dependencies.num-bigint-dig]
version = "0.7"

[dependencies.rsa]
version = "0.4.0"

[dependencies.thiserror]
version = "1.0.9"
[dev-dependencies.rand]
version = "0.8"

[package]
authors = ["asonix <asonix@asonix.dog>"]
description = "Converting between the Magic Public Key format and a RustCrypto RSA type"
edition = "2018"
license-file = "LICENSE"
name = "rsa-magic-public-key"
readme = "README.md"
repository = "https://git.asonix.dog/Aardwolf/rsa-magic-public-key"
version = "0.3.0"