Type Definition ecdsa::der::MaxSize[][src]

type MaxSize<C> = <<<C as Curve>::FieldSize as Add>::Output as Add<MaxOverhead>>::Output;
This is supported on crate feature der only.
Expand description

Maximum size of an ASN.1 DER encoded signature for the given elliptic curve.