Insert a single piece of data into the set.
Synopsis
Declared in <crypto/muhash.h>
MuHash3072&
Insert(std::span<unsigned char const> in) noexcept;
Return Value
Reference to this object, to allow chaining.
Parameters
Name |
Description |
in |
The data element to add to the set. |
Created with MrDocs