EVP demo for XOF digest using SHAKE256
authorHugo Landau <hlandau@openssl.org>
Thu, 3 Mar 2022 08:20:05 +0000 (08:20 +0000)
committerTomas Mraz <tomas@openssl.org>
Fri, 4 Mar 2022 15:11:46 +0000 (16:11 +0100)
commit4c8cdcd1cf74747a80b4f7dd323cd83ea6c985d8
tree5d9cf905c1e241e451695193dc6d0b7a25ccf6d0
parentfa17f5c98783949a702ab9bb1e780c4e9f15566b
EVP demo for XOF digest using SHAKE256

This demo optionally accepts a single command line argument, allowing
the output length to be specified.

Fixes #14106.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17803)
demos/README.txt
demos/digest/EVP_MD_xof.c [new file with mode: 0644]
demos/digest/Makefile