PqStreamingStats constructor
const
PqStreamingStats({})
Implementation
const PqStreamingStats({
required this.plaintextBytes,
required this.containerBytes,
required this.frameCount,
required this.signed,
});
const PqStreamingStats({
required this.plaintextBytes,
required this.containerBytes,
required this.frameCount,
required this.signed,
});