Skip to main content

RegistrationUploadLen

Type Alias RegistrationUploadLen 

Source
pub type RegistrationUploadLen<CS: CipherSuite> = Sum<Sum<<<CS::KeyExchange as KeyExchange>::Group as Group>::PkLen, <<<CS::OprfCs as CipherSuite>::Hash as CoreProxy>::Core as OutputSizeUser>::OutputSize>, Sum<<<<CS::OprfCs as CipherSuite>::Hash as CoreProxy>::Core as OutputSizeUser>::OutputSize, U32>>;
Expand description

Length of RegistrationUpload in bytes for serialization.