pub type RegistrationResponseLen<CS: CipherSuite> = Sum<<<<CS as CipherSuite>::OprfCs as CipherSuite>::Group as Group>::ElemLen, <CS::KeGroup as KeGroup>::PkLen>;
Expand description

Length of RegistrationResponse in bytes for serialization.