Note about des_ncbc_encrypt.
This commit is contained in:
parent
cf0694015e
commit
8ce288a881
@ -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.
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user