Create a RAND_bytes() performance testing script
authorMatt Caswell <matt@openssl.org>
Tue, 16 May 2023 16:09:19 +0000 (17:09 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 29 May 2023 10:43:59 +0000 (11:43 +0100)
commit3d19343a914daf623cfcb17d4bb96a0f54416a08
treeea4b57f57c33c823557dfeeb72ef5556de664143
parente6d0add18ed75fa718a3fff3058f70cd6c0bfb07
Create a RAND_bytes() performance testing script

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/tools/pull/146)
perf/Makefile [new file with mode: 0644]
perf/randbytes.c [new file with mode: 0644]