992506cb49
CCM is only meant for packet mode where the length of the input is known in advance. Since it is a packet mode function, CCM only had one function that performs the protocol. However, incremental authentication is usefull in some usecases. It also ensure some kind of coherencies when processing with a given authentication mode or another. To achieve this aim, this commit adds the following functions: ccm_init() ccm_add_aad() cm_add_nonce() ccm_process() ccm_done() ccm_reset() as well as the data structure ccm_state Change-Id: I5225a42bb098708c4af07518b561bb00f85bc243 |
||
---|---|---|
demos | ||
doc | ||
notes | ||
src | ||
testprof | ||
.gitignore | ||
.travis.yml | ||
build.sh | ||
changes | ||
coverage.sh | ||
coverity.sh | ||
crypt.tex | ||
Doxyfile | ||
filter.pl | ||
fixupind.pl | ||
genlist.sh | ||
libtomcrypt_VS2005.sln | ||
libtomcrypt_VS2005.vcproj | ||
libtomcrypt_VS2008.sln | ||
libtomcrypt_VS2008.vcproj | ||
libtomcrypt.dsp | ||
libtomcrypt.pc.in | ||
LICENSE | ||
makefile | ||
makefile.icc | ||
makefile.mingw | ||
makefile.msvc | ||
makefile.shared | ||
makefile.unix | ||
mess.sh | ||
parsenames.pl | ||
printinfo.sh | ||
README.md | ||
run.sh | ||
testbuild.sh | ||
testme.sh | ||
TODO | ||
updatemakes.sh |
libtomcrypt
See doc/crypt.pdf for a detailed documentation
Project Status
Submitting patches
Please branch off from develop if you want to submit a patch.
Branches
Please be aware, that all branches besides master and develop can and will be force-pushed, rebased and/or removed!
If you want to rely on such an unstable branch, create your own fork of this repository to make sure nothing breaks for you.