Rename owl -> yaca
authorMateusz Kulikowski <m.kulikowski@samsung.com>
Wed, 6 Apr 2016 09:06:39 +0000 (11:06 +0200)
committerMateusz Kulikowski <m.kulikowski@samsung.com>
Thu, 7 Apr 2016 09:23:31 +0000 (11:23 +0200)
commit1af6c1fb52631d6f735c78bab65b838fff33d26e
treee3fdac7b9678b508ca9eae363b4e231819624546
parente2bdd034ab3ca76496a9d31db19b254d44a3180e
Rename owl -> yaca

Use official project name - YACA (Yet Another Crypto API)

Change-Id: Ib226ee33efafe79663017cedcbf589137c2799fb
Signed-off-by: Mateusz Kulikowski <m.kulikowski@samsung.com>
30 files changed:
CMakeLists.txt
api/owl/types.h [deleted file]
api/yaca/crypto.h [moved from api/owl/crypto.h with 54% similarity]
api/yaca/digest.h [moved from api/owl/digest.h with 75% similarity]
api/yaca/encrypt.h [moved from api/owl/encrypt.h with 67% similarity]
api/yaca/error.h [moved from api/owl/error.h with 80% similarity]
api/yaca/key.h [moved from api/owl/key.h with 62% similarity]
api/yaca/sign.h [moved from api/owl/sign.h with 68% similarity]
api/yaca/simple.h [moved from api/owl/simple.h with 70% similarity]
api/yaca/types.h [new file with mode: 0644]
doc/doxygen.cfg
examples/CMakeLists.txt
examples/digest.c
examples/encrypt.c
examples/encrypt_aes_gcm.c
examples/key_exchange.c
examples/sign.c
examples/test.c
packaging/yaca.spec [moved from packaging/owl.spec with 59% similarity]
readme.txt
src/CMakeLists.txt
src/crypto.c
src/ctx_p.h
src/digest.c
src/encrypt.c
src/key.c
src/key_p.h
src/sign.c
src/simple.c
src/yaca.pc.in [moved from src/owl.pc.in with 83% similarity]