X-Git-Url: https://git.distorted.org.uk/~mdw/userv-utils/blobdiff_plain/45fa312ed19a30259ba0ec3fb04d769c1f8f0263..75de0d4d3f7fa62c348fc613bedf296afa63530c:/ipif/mech-pkcs5.c diff --git a/ipif/mech-pkcs5.c b/ipif/mech-pkcs5.c index f03787b..f7d0bbd 100644 --- a/ipif/mech-pkcs5.c +++ b/ipif/mech-pkcs5.c @@ -1,8 +1,10 @@ /* * PKCS#5 padding mechanism for udp tunnel * - * arguments: block size to pad to, must be power of 2 + * mechanism: pkcs5 + * arguments: block size to pad to, must be power of 2 and <=128 * + * restrictions: none * encoding: append between 1 and n bytes, all of the same value being * the number of bytes appended */