AggregateKeyInfo.fromReader constructor

AggregateKeyInfo.fromReader(
  1. BytesReader reader
)

Implementation

AggregateKeyInfo.fromReader(cl.BytesReader reader) : this(
  group: GroupKeyInfo.fromReader(reader),
  publicShares: PublicSharesKeyInfo.fromReader(reader),
);