API changes around key getters. 90/70190/2
authorLukasz Pawelczyk <l.pawelczyk@samsung.com>
Wed, 18 May 2016 13:41:11 +0000 (15:41 +0200)
committerLukasz Pawelczyk <l.pawelczyk@samsung.com>
Wed, 18 May 2016 14:01:18 +0000 (16:01 +0200)
commitd528b491ced211becaf512a59ad2fdc7d7cf80d7
treed8f88dee58e3e88983dc28380ec14937b6193999
parentf2f040bd6fa704704190f1e0f423d2c85e06aa43
API changes around key getters.

yaca_key_get_bits() - return bits by size_t typed output param
yaca_key_get_type() - new getter to get the type of the key

Change-Id: I255f3bf3056a50602c1c2bd0a25c177ecf88ee07
api/yaca/key.h
src/encrypt.c
src/key.c
src/seal.c