[][src]Constant const_oid::MAX_ARCS

pub const MAX_ARCS: usize = 12;

Maximum number of arcs in an OID.

Note: this limit is not defined in OID standards, but instead represents an internal size constraint of this library. It represents an upper bound for this library's intended use cases (i.e. RustCrypto), but can be adjusted upward if there is a legitimate use case (please file a GitHub issue if you have a use case for increasing this limit in practice).