chiark / gitweb /
@@ -1,8 +1,11 @@
[userv-utils.git] / ipif / mech-pkcs5.c
index f03787b059a7bbbce0bfa878cb29f5ea80a488f7..f7d0bbd4fcd294a33498f0c72b4e3a1c24a13bac 100644 (file)
@@ -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
  */