summaryrefslogtreecommitdiff
path: root/camellia-crypt-internal.c
Commit message (Expand)AuthorAgeFilesLines
* Delete name mangling of internal Camellia symbolsNiels Möller2020-11-301-5/+5
* Update copyright headers for dual licensing.Niels Möller2014-04-121-20/+32
* Reorganized camellia interfaceNiels Möller2013-10-101-2/+2
* Separate rounds and keys arguments for _camellia_crypt.Niels Möller2013-10-071-18/+19
* Use size_t rather than unsigned for all cipher-related functions.Niels Möller2013-04-261-1/+1
* Use ROTL32 in the camellia code.Niels Möller2012-03-311-4/+4
* Converted files to utf-8.Niels Möller2012-02-181-1/+1
* Partial revert of 2010-09-20 changes.Niels Möller2010-09-241-12/+44
* (CAMELLIA_ROUNDSM): Moved addition of key to the end, to use a 64-bitNiels Möller2010-09-201-2/+1
* * camellia.h (struct camellia_ctx): Eliminate the two unusedNiels Möller2010-07-251-16/+16
* * camellia-set-encrypt-key.c (camellia_setup128): GenerateNiels Möller2010-07-241-0/+139