- finalize-message-digest! DIGEST BUFFERprocedure
Finalize the DIGEST and return the result in the BUFFER.
The BUFFER must be a string, blob, or u8vector of sufficient size; checked at runtime. Does not perform any initialization of the BUFFER.
The result starts at the beginning of the BUFFER, and runs for (message-digest-primitive-digest-length (message-digest-algorithm DIGEST)) bytes. Result is binary only.
Finalize here means the finalization phase is completed. The DIGEST is not in a useful state.