Expand description
Length calculations for encoded ASN.1 DER values
Structsยง
- Indefinite
Length  - Length type with support for indefinite lengths as used by ASN.1 BER, as described in X.690 Section 8.1.3.6:
 - Length
 - ASN.1-encoded length.
 
Constantsยง
- INDEFINITE_
LENGTH_ ๐OCTET  - Octet identifying an indefinite length as described in X.690 Section 8.1.3.6.1:
 - MAX_
DER_ ๐OCTETS  - Maximum number of octets in a DER encoding of a 
Lengthusing the rules implemented by this crate. - MAX_U32 ๐
 - Maximum length as a 
u32(256 MiB).