Skip to main content

EncShareSize

Type Alias EncShareSize 

Source
pub type EncShareSize<S> = Sum<<<S as PixSpec>::Curve as Curve>::FieldBytesSize, SsaPolyIndexPrefixSize>;
Expand description

Total size of the EncryptedPartialSsaShare internal representation: SsaPolyIndexPrefixSize + FieldBytesSize.