MessageQueue

From Crypto++ Wiki
Jump to navigation Jump to search
MessageQueue
Documentation
#include <cryptopp/mqueue.h>

MessageQueue is a data structure used to store messages. The queue is implemented with a ByteQueue.

A MessageQueue inherits from BufferedTransformation, so it can participate in pipelining.

If your data lacks structure then a ByteQueue could be helpful to store byte arrays instead of messages.