[][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 determined as an upper bound for this library's intended use cases (i.e. RustCrypto projects).

It can potentially be raised as part of a breaking release if there is a legitimate use case. If you have such a use case for increasing this limit in practice, please file a GitHub issue.