Note about des_ncbc_encrypt.

This commit is contained in:
Bodo Möller 2000-02-08 21:50:52 +00:00
parent cf0694015e
commit 8ce288a881
2 changed files with 3 additions and 1 deletions

View File

@ -93,7 +93,7 @@ dclean:
mv -f Makefile.new $(MAKEFILE)
clean:
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff enc dec sign verify
# DO NOT DELETE THIS LINE -- make depend depends on it.

View File

@ -47,6 +47,8 @@ An error will only affect one ciphertext block.
=head2 Cipher Block Chaining Mode (CBC)
Normally, this is found as the function I<algorithm>_cbc_encrypt().
Be aware that des_cbc_encrypt() is not really DES CBC (it does
not update the IV); use des_ncbc_encrypt() instead.
=over 2