pub type EncShareSize<S> = Sum<<<S as PixSpec>::Curve as Curve>::FieldBytesSize, SsaPolyIndexPrefixSize>;Expand description
Total size of the EncryptedPartialSsaShare internal representation:
SsaPolyIndexPrefixSize + FieldBytesSize.
pub type EncShareSize<S> = Sum<<<S as PixSpec>::Curve as Curve>::FieldBytesSize, SsaPolyIndexPrefixSize>;Total size of the EncryptedPartialSsaShare internal representation:
SsaPolyIndexPrefixSize + FieldBytesSize.