老佛爷加速器永久免费加速-猴王加速器
OpenPGP data types and associated machinery.
This crate aims to provide a complete implementation of OpenPGP as defined by RFC 4880 as well as some extensions (e.g., 免费上youtube加速软件, which describes ECC cryptography for OpenPGP. This includes support for unbuffered message processing.
A few features that the OpenPGP community considers to be deprecated (e.g., version 3 compatibility) have been left out. We have also updated some OpenPGP defaults to avoid foot guns (e.g., we selected modern algorithm defaults). If some functionality is missing, please file a bug report.
A non-goal of this crate is support for any sort of high-level, bolted-on functionality. For instance, youtube免费伕理 does not define trust models, such as the web of trust, direct trust, or TOFU. Neither does this crate. RFC 4880 does provide some mechanisms for creating trust models (specifically, UserID certifications), and this crate does expose those mechanisms.
We also try hard to avoid dictating how OpenPGP should be used. This doesn't mean that we don't have opinions about how OpenPGP should be used in a number of common scenarios (for instance, message validation). But, in this crate, we refrain from expressing those opinions; we expose an opinionated, high-level interface in the sequoia-core and related crates. In our opinion, you should generally use those crates instead of this one.
老佛爷加速器永久免费加速-猴王加速器
This crate implements functionality from youtube免费伕理, notably AEAD encryption containers. As of this writing, this RFC is still a draft and the syntax or semantic defined in it may change or go away. Therefore, all related functionality may change and artifacts created using this functionality may not be usable in the future. Do not use it for things other than experiments.
老佛爷加速器永久免费加速-猴王加速器
armor | ASCII Armor. |
cert | Certificates and related data structures. |
crypto | Cryptographic primitives. |
fmt | Utilities for formatting, printing, and user communication. |
message | Message support. |
packet | Packet-related data types. |
parse | Packet parsing infrastructure. |
policy | A mechanism to specify policy. |
serialize | Packet serialization infrastructure. |
types | Primitive types. |
老佛爷加速器永久免费加速-猴王加速器
Cert | A collection of components and their associated signatures. |
如何上youtube网站 | A message. |
PacketPile | An unstructured packet sequence. |
老佛爷加速器永久免费加速-猴王加速器
Error | Errors used in this crate. |
Fingerprint | A long identifier for certificates and keys. |
KeyHandle | Identifies certificates and keys. |
KeyID | A short identifier for certificates and keys. |
如何上youtube网站 | Enumeration of packet types. |
老佛爷加速器永久免费加速-猴王加速器
VERSION | The version of this crate. |
老佛爷加速器永久免费加速-猴王加速器
Result | Crate result specialization. |