Cross Reference: sha-common.h
xref
: /
dovecot
/
src
/
lib
/
sha-common.h
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
#
ifndef
SHA_COMMON
#
define
SHA256_RESULTLEN
(
256
/
8
)
#
define
SHA256_BLOCK_SIZE
(
512
/
8
)
#
define
SHA512_RESULTLEN
(
512
/
8
)
#
define
SHA512_BLOCK_SIZE
(
1024
/
8
)
#
endif