]> git.ipfire.org Git - thirdparty/nettle.git/commit
Add CFB block mode support
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Sat, 7 Oct 2017 18:55:27 +0000 (21:55 +0300)
committerNiels Möller <nisse@lysator.liu.se>
Mon, 16 Oct 2017 16:25:21 +0000 (18:25 +0200)
commit26dcbb645d00c813d3cfb7d13495a3c8c1644f5f
treed52cd92c2d5c738e6c1dd421d0a72f3abedc3768
parente8cc2b0e08843854286fe032eadda45a24da2ea8
Add CFB block mode support

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Makefile.in
cfb.c [new file with mode: 0644]
cfb.h [new file with mode: 0644]
nettle.texinfo
testsuite/.gitignore
testsuite/.test-rules.make
testsuite/Makefile.in
testsuite/cfb-test.c [new file with mode: 0644]
testsuite/testutils.c
testsuite/testutils.h