From bb6ffe776a45090a6540e8e64aba923f9e3f9cde Mon Sep 17 00:00:00 2001 From: Lukasz Pawelczyk Date: Tue, 5 Jul 2016 18:49:22 +0200 Subject: [PATCH] Add a comment describing padding usage Change-Id: I915d829086b10a1718f5499f56dfc604a8e5e525 --- api/yaca/yaca_types.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/api/yaca/yaca_types.h b/api/yaca/yaca_types.h index 4508c8d..655879e 100644 --- a/api/yaca/yaca_types.h +++ b/api/yaca/yaca_types.h @@ -389,7 +389,11 @@ typedef enum { * @see #yaca_padding_e */ typedef enum { - /** Padding. Property type is #yaca_padding_e. */ + /** + * Padding for the sign/verify operation. Property type is #yaca_padding_e. + * + * This property can be set at the latest before the *_finalize() call. + */ YACA_PROPERTY_PADDING, /** GCM Additional Authentication Data. Property type is a buffer (e.g. char*) */ -- 2.7.4