[go: up one dir, main page]

spki 0.3.0

X.509 Subject Public Key Info (RFC5280) describing public keys as well as their associated AlgorithmIdentifiers (i.e. OIDs)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.der]
features = ["oid"]
version = "0.3"

[features]
std = ["der/std"]

[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "data-structures", "encoding", "no-std"]
description = "X.509 Subject Public Key Info (RFC5280) describing public keys as well as their\nassociated AlgorithmIdentifiers (i.e. OIDs)\n"
edition = "2018"
keywords = ["crypto", "x509"]
license = "Apache-2.0 OR MIT"
name = "spki"
readme = "README.md"
repository = "https://github.com/RustCrypto/utils/tree/master/spki"
version = "0.3.0"