GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
EVP_SHA3_224(3) FreeBSD Library Functions Manual EVP_SHA3_224(3)

EVP_sha3_224, EVP_sha3_256, EVP_sha3_384, EVP_sha3_512Secure Hash Algorithm 3 for EVP

#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);

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.

(), (), (), and () 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.

These functions return pointers to static EVP_MD objects implementing the hash functions.

evp(3), EVP_DigestInit(3)

NIST FIPS 202

March 5, 2024 FreeBSD 14.3-RELEASE

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.