[BACK]Return to rmd160.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/rmd160.h between version 1.13 and 1.14

version 1.13, 2004/04/26 19:38:12 version 1.14, 2004/04/29 15:51:16
Line 47 
Line 47 
                 __attribute__((__bounded__(__string__,2,3)));                  __attribute__((__bounded__(__string__,2,3)));
 void     RMD160Final(u_int8_t [RMD160_DIGEST_LENGTH], RMD160_CTX *)  void     RMD160Final(u_int8_t [RMD160_DIGEST_LENGTH], RMD160_CTX *)
                 __attribute__((__bounded__(__minbytes__,1,RMD160_DIGEST_LENGTH)));                  __attribute__((__bounded__(__minbytes__,1,RMD160_DIGEST_LENGTH)));
 char    *RMD160End(RMD160_CTX *, char [RMD160_DIGEST_STRING_LENGTH])  char    *RMD160End(RMD160_CTX *, char *)
                 __attribute__((__bounded__(__minbytes__,2,RMD160_DIGEST_STRING_LENGTH)));                  __attribute__((__bounded__(__minbytes__,2,RMD160_DIGEST_STRING_LENGTH)));
 char    *RMD160File(char *, char [RMD160_DIGEST_STRING_LENGTH])  char    *RMD160File(char *, char *)
                 __attribute__((__bounded__(__minbytes__,2,RMD160_DIGEST_STRING_LENGTH)));                  __attribute__((__bounded__(__minbytes__,2,RMD160_DIGEST_STRING_LENGTH)));
 char    *RMD160Data(const u_int8_t *, size_t, char [RMD160_DIGEST_STRING_LENGTH])  char    *RMD160Data(const u_int8_t *, size_t, char *)
                 __attribute__((__bounded__(__string__,1,2)))                  __attribute__((__bounded__(__string__,1,2)))
                 __attribute__((__bounded__(__minbytes__,3,RMD160_DIGEST_STRING_LENGTH)));                  __attribute__((__bounded__(__minbytes__,3,RMD160_DIGEST_STRING_LENGTH)));
 __END_DECLS  __END_DECLS

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14