This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
On 25 Mar 2015 23:10, Shawn Landden wrote:
> Export the SHA2 family of functions.
you should write a proper ChangeLog entry
> --- /dev/null
> +++ b/include/sha2.h
this file is missing a proper header block (licensing/copyright/etc...)
> +/* 256 bits is 32 bytes
> + * for sha2-224 truncate from end after calling sha256_final()
> + */
GNU style says use full sentences, two spaces at th eend, and cuddle the
trailing */ marker
> +typedef struct {
> + char __internal_state[352];
only two spaces indent
-mike
Attachment:
signature.asc
Description: Digital signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |