|
CoreComponents 3.0.0
A Modern C++ Toolkit
|
PKCS#7 style paddding (RFC 2315) More...
#include <cc/ModuloPadding>
Static Public Member Functions | |
| static void | writePadding (Out< BlockCipherSink > sink) |
| Write the final padding bytes to sink. | |
| static void | removePadding (InOut< Bytes > message) |
| Remove the padding bytes from message. | |
PKCS#7 style paddding (RFC 2315)
|
static |
Write the final padding bytes to sink.