Writes the final SHA‐256 then RIPEMD‐160 hash into the output buffer.
Synopsis
Declared in <hash.h>
void
Finalize(std::span<unsigned char> output);
Parameters
Name |
Description |
output |
Destination buffer, which must be OUTPUT_SIZE bytes. |
Created with MrDocs