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