*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: EVP_sha3_224 | Section: 3 | Source: OpenBSD | File: EVP_sha3_224.3
EVP_SHA3_224(3) FreeBSD Library Functions Manual EVP_SHA3_224(3) NAME EVP_sha3_224, EVP_sha3_256, EVP_sha3_384, EVP_sha3_512 - Secure Hash Algorithm 3 for EVP SYNOPSIS #include <openssl/evp.h> const EVP_MD * EVP_sha3_224(void); const EVP_MD * EVP_sha3_256(void); const EVP_MD * EVP_sha3_384(void); const EVP_MD * EVP_sha3_512(void); DESCRIPTION SHA-3 (Secure Hash Algorithm 3) is a family of cryptographic hash functions standardized in NIST FIPS 202, first published in 2015. It is based on the Keccak algorithm. EVP_sha3_224(), EVP_sha3_256(), EVP_sha3_384(), and EVP_sha3_512() implement the SHA3-224, SHA3-256, SHA3-384, and SHA3-512 algorithms and produce 224, 256, 384 and 512 bits of output from a given input, respectively. RETURN VALUES These functions return pointers to static EVP_MD objects implementing the hash functions. SEE ALSO evp(3), EVP_DigestInit(3) STANDARDS NIST FIPS 202 FreeBSD 14.1-RELEASE-p8 March 5, 2024 FreeBSD 14.1-RELEASE-p8

Navigation Options