Generating a one-way hash
The examples in this appendix are REXX executables that can be used to generate an SHA-512 one-way hash, using CCA and PKCS#11.
This appendix includes the following topics:
F.1 CCA SHA-512 one-way hash REXX sample
A CCA SHA-512 one-way hash REXX sample is shown in
Example F-1.
Example F-1 CCA SHA-512 one-way hash REXX sample
/* Rexx */
/*-------------------------------------------------------------------*/ ...