File: SHAConstant.3cc

package info (click to toggle)
libcommoncpp2 1.0.13-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,740 kB
  • ctags: 2,860
  • sloc: cpp: 18,857; sh: 8,451; ansic: 1,546; makefile: 299; xml: 5
file content (36 lines) | stat: -rw-r--r-- 911 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
.TH "SHAConstant" 3 "19 Jul 2003" "CommonC++" \" -*- nroff -*-
.ad l
.nh
.SH NAME
SHAConstant \- SHAConstant Contains SHA constants. 
.SH SYNOPSIS
.br
.PP
\fC#include <digest.h>\fP
.PP
Inherited by \fBSHA256Digest\fP.
.PP
.SS "Static Protected Attributes"

.in +1c
.ti -1c
.RI "const \fBuint64\fP \fBK\fP []"
.br
.in -1c
.SH "DETAILED DESCRIPTION"
.PP 
SHAConstant Contains SHA constants.
.PP
Note that this constant is set in sha.cpp and that each constant in the array is 64 bits wide. The constants themselves pertain to both SHA-256 and SHA-512, the only difference is that SHA-256 expects her constants to be 32 bits wide and only 64 are needed.
.PP
@auther Elizabeth Barham <lizzy@soggytrousers.net> 
.PP
.SH "MEMBER DATA DOCUMENTATION"
.PP 
.SS "const \fBuint64\fP SHAConstant::K[]\fC [static, protected]\fP"
.PP


.SH "AUTHOR"
.PP 
Generated automatically by Doxygen for CommonC++ from the source code.