version = 4
[[package]]
name = "base64"
version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
[[package]]
name = "dcrypt"
version = "3.0.0"
dependencies = [
"dcrypt-algorithms",
"dcrypt-api",
"dcrypt-common",
"dcrypt-hybrid",
"dcrypt-internal",
"dcrypt-kem",
"dcrypt-params",
"dcrypt-pke",
"dcrypt-sign",
"dcrypt-symmetric",
]
[[package]]
name = "dcrypt-algorithms"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46457c7749ca5a2ec3bee378f5abad38552272fe917ef3c931ed58da7b61c1c3"
dependencies = [
"base64",
"dcrypt-api",
"dcrypt-common",
"dcrypt-internal",
"dcrypt-params",
"hex",
]
[[package]]
name = "dcrypt-api"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f437f9dec702087da933747a1f685a31bb5378a7e6670786fd555924659b269"
dependencies = [
"dcrypt-internal",
]
[[package]]
name = "dcrypt-common"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aedc119374283cf154cdee02ad17259f78ad5b5ffe70841c4e1aae1dfda2557a"
dependencies = [
"dcrypt-api",
"dcrypt-internal",
]
[[package]]
name = "dcrypt-hybrid"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "488b7ceb38c7db4909d936d917d3123b5d205a636a443ebc00f51313221767d2"
dependencies = [
"dcrypt-algorithms",
"dcrypt-api",
"dcrypt-common",
"dcrypt-internal",
"dcrypt-kem",
"dcrypt-params",
"dcrypt-sign",
]
[[package]]
name = "dcrypt-internal"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a059013a8dec8b789046996261ba4cf0343b02dcf210eae0a16ac79c2e459c18"
[[package]]
name = "dcrypt-kem"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8d2811436e001d632b11c1aa7118dc49807afc2735ca7f99869ec5877949f9a"
dependencies = [
"dcrypt-algorithms",
"dcrypt-api",
"dcrypt-common",
"dcrypt-internal",
]
[[package]]
name = "dcrypt-params"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a8ffa588f8b08e2118929d27e0774b79d3c12a034dc62935b4a3ca2471fc427"
[[package]]
name = "dcrypt-pke"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d92d33753f93e7189f040311599e37567ef2bbbe9bb5ebcf268ed0f78c3175ef"
dependencies = [
"dcrypt-algorithms",
"dcrypt-api",
"dcrypt-common",
"dcrypt-internal",
"dcrypt-params",
]
[[package]]
name = "dcrypt-sign"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2312214e9845259ff8a37736a592dc63c55b631d355daa10ab231db186240c44"
dependencies = [
"dcrypt-algorithms",
"dcrypt-api",
"dcrypt-common",
"dcrypt-internal",
"dcrypt-params",
]
[[package]]
name = "dcrypt-symmetric"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e8408e79f1dbc26459adadde79a056b99fbbf8c6ece804389373b4a3daa8969"
dependencies = [
"base64",
"dcrypt-algorithms",
"dcrypt-api",
"dcrypt-internal",
"dcrypt-params",
]
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"