Add a comment describing padding usage 87/78487/3
authorLukasz Pawelczyk <l.pawelczyk@samsung.com>
Tue, 5 Jul 2016 16:49:22 +0000 (18:49 +0200)
committerLukasz Pawelczyk <l.pawelczyk@samsung.com>
Thu, 7 Jul 2016 12:33:20 +0000 (14:33 +0200)
Change-Id: I915d829086b10a1718f5499f56dfc604a8e5e525

api/yaca/yaca_types.h

index 4508c8d..655879e 100644 (file)
@@ -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*) */