1*e7be843bSPierre Pronchery=pod 2*e7be843bSPierre Pronchery 3*e7be843bSPierre Pronchery=head1 NAME 4*e7be843bSPierre Pronchery 5*e7be843bSPierre ProncheryEVP_MD-KECCAK - The KECCAK EVP_MD implementations 6*e7be843bSPierre Pronchery 7*e7be843bSPierre Pronchery=head1 DESCRIPTION 8*e7be843bSPierre Pronchery 9*e7be843bSPierre ProncherySupport for computing KECCAK digests through the B<EVP_MD> API. 10*e7be843bSPierre Pronchery 11*e7be843bSPierre Pronchery=head2 Identities 12*e7be843bSPierre Pronchery 13*e7be843bSPierre ProncheryThis implementation is available in the default provider and 14*e7be843bSPierre Proncheryincludes the following varieties: 15*e7be843bSPierre Pronchery 16*e7be843bSPierre Pronchery=over 4 17*e7be843bSPierre Pronchery 18*e7be843bSPierre Pronchery=item "KECCAK-224" 19*e7be843bSPierre Pronchery 20*e7be843bSPierre Pronchery=item "KECCAK-256" 21*e7be843bSPierre Pronchery 22*e7be843bSPierre Pronchery=item "KECCAK-384" 23*e7be843bSPierre Pronchery 24*e7be843bSPierre Pronchery=item "KECCAK-512" 25*e7be843bSPierre Pronchery 26*e7be843bSPierre Pronchery=back 27*e7be843bSPierre Pronchery 28*e7be843bSPierre Pronchery=head2 Gettable Parameters 29*e7be843bSPierre Pronchery 30*e7be843bSPierre ProncheryThis implementation supports the common gettable parameters described 31*e7be843bSPierre Proncheryin L<EVP_MD-common(7)>. 32*e7be843bSPierre Pronchery 33*e7be843bSPierre Pronchery=head1 SEE ALSO 34*e7be843bSPierre Pronchery 35*e7be843bSPierre ProncheryL<provider-digest(7)>, L<OSSL_PROVIDER-default(7)> 36*e7be843bSPierre Pronchery 37*e7be843bSPierre Pronchery=head1 COPYRIGHT 38*e7be843bSPierre Pronchery 39*e7be843bSPierre ProncheryCopyright 2021 The OpenSSL Project Authors. All Rights Reserved. 40*e7be843bSPierre Pronchery 41*e7be843bSPierre ProncheryLicensed under the Apache License 2.0 (the "License"). You may not use 42*e7be843bSPierre Proncherythis file except in compliance with the License. You can obtain a copy 43*e7be843bSPierre Proncheryin the file LICENSE in the source distribution or at 44*e7be843bSPierre ProncheryL<https://www.openssl.org/source/license.html>. 45*e7be843bSPierre Pronchery 46*e7be843bSPierre Pronchery=cut 47