chiark / gitweb /
Version 0.2.0
[userv-utils.git] / ipif / mech-blowfish.c
index b1cb19222ef245780c81803aa841e984ff419529..40d1de24fcc39fa8d69ed7b71c98381a0419ed95 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
  */