Adds data to the running hash.
Synopsis
Declared in <hash.h>
void
write(std::span<std::byte const> src);
Parameters
Name |
Description |
src |
The bytes to hash. |
Created with MrDocs
Adds data to the running hash.
Declared in <hash.h>
void
write(std::span<std::byte const> src);
Name |
Description |
src |
The bytes to hash. |
Created with MrDocs