- hashBlockSize
size_t hashBlockSize [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- addData
void addData(const(ubyte)* input, size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.
- finalResult
void finalResult(ubyte* output)
Undocumented in source. Be warned that the author may not have intended to support it.
- compressN
void compressN(const(ubyte)* blocks, size_t block_n)
Run the hash's compression function over a set of blocks
- clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
- copyOut
void copyOut(ubyte* buffer)
Copy the output to the buffer
- writeCount
void writeCount(ubyte* output)
Write the count, if used, to this spot
NIST's SHA-160