Commit 8ce288a8 authored by Bodo Möller's avatar Bodo Möller
Browse files

Note about des_ncbc_encrypt.

parent cf069401
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -93,7 +93,7 @@ dclean:
	mv -f Makefile.new $(MAKEFILE)
	mv -f Makefile.new $(MAKEFILE)


clean:
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.
# DO NOT DELETE THIS LINE -- make depend depends on it.


+2 −0
Original line number Original line Diff line number Diff line
@@ -47,6 +47,8 @@ An error will only affect one ciphertext block.
=head2 Cipher Block Chaining Mode (CBC)
=head2 Cipher Block Chaining Mode (CBC)


Normally, this is found as the function I<algorithm>_cbc_encrypt().
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
=over 2