]> git.ipfire.org Git - thirdparty/nettle.git/commit
Reorganized camellia interface
authorNiels Möller <nisse@lysator.liu.se>
Thu, 10 Oct 2013 20:13:02 +0000 (22:13 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Thu, 10 Oct 2013 20:13:02 +0000 (22:13 +0200)
commit982775563f27b0fa2b92f8d4df1a950f001949a2
treef8c9cf66164fd90f2a9b6eec9598a68fdf6b0378
parent0f052fd510e718aed31e58139b73d3aafc8ef874
Reorganized camellia interface

Use distinct context structs and functions for camellia128 and
camellia256.
20 files changed:
ChangeLog
Makefile.in
camellia-absorb.c [new file with mode: 0644]
camellia-crypt-internal.c
camellia-internal.h
camellia-invert-key.c [moved from camellia-meta.c with 66% similarity]
camellia-set-encrypt-key.c [deleted file]
camellia.h
camellia128-crypt.c [moved from camellia-crypt.c with 85% similarity]
camellia128-meta.c [new file with mode: 0644]
camellia128-set-decrypt-key.c [new file with mode: 0644]
camellia128-set-encrypt-key.c [new file with mode: 0644]
camellia192-meta.c [new file with mode: 0644]
camellia256-crypt.c [new file with mode: 0644]
camellia256-meta.c [new file with mode: 0644]
camellia256-set-decrypt-key.c [moved from camellia-set-decrypt-key.c with 57% similarity]
camellia256-set-encrypt-key.c [new file with mode: 0644]
testsuite/camellia-test.c
x86/camellia-crypt-internal.asm
x86_64/camellia-crypt-internal.asm