Add ECDH+KBKDF example 62/287562/19
authorKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Fri, 20 Jan 2023 19:41:55 +0000 (20:41 +0100)
committerKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Mon, 20 Mar 2023 12:08:23 +0000 (13:08 +0100)
commitcdb94bc8e98f08138b948c8bbc4fd7d2ab1a9ec0
treea42ef74583090b27c03a7c66fe6fa75474230e8e
parenta6f9aec24eda2bfb5b6dac8f70749fcff7e0802c
Add ECDH+KBKDF example

Add an ECDH+KBKDF example in form of a doxygen snippet. The code used in it is
compiled together with the project.

Disclaimer:
I don't know how to generate Tizen API documentation. Basing on other projects
I made an assumption that doxygen's EXAMPLE_PATH points to doc subdirectory.
With such assumption, vanilla doxygen generates the code snippet properly.

Change-Id: I7cdc98ff204238be0ad2440a8816ed53a61e7efc
doc/CMakeLists.txt
doc/examples/CMakeLists.txt [new file with mode: 0644]
doc/examples/key_derive.cpp [new file with mode: 0644]
src/include/ckmc/ckmc-manager.h