@@ -1,3 +1,9 @@
[userv-utils] / ipif / mech-blowfish.c
index b1cb192..40d1de2 100644 (file)
@@ -1,10 +1,12 @@
 /*
  * Blowfish mechanism for udp tunnel
  *
+ * mechanisms: blowfish-cbc, blowfish-cbcmac
  * arguments: key size in bits (must be multiple of 8)
  *
  * key values: 8 byte random IV and n byte random key
  *
+ * restrictions: plaintext length must be multiple of block size (8 bytes)
  * encoding:         do CBC encryption overwriting message
  * encoding for MAC: do CBC and prepend last ciphertext block
  */