publicKeyBlocksSize method

int publicKeyBlocksSize()

Implementation

int publicKeyBlocksSize() => publicKeyBlocks.fold(0, (p, e) => p += e.size);