lispdoc - results for md5-state |
md5:md5-state | Undocumented
|
(md5:md5-state-p object) | Undocumented
|
(md5:make-md5-state) | Undocumented
|
(md5:update-md5-state) | Function: Update the given md5-state from sequence, which is either a simple-string or a simple-array with element-type (unsigned-byte 8), bounded by start and end, which must be numeric bounding-indices.
|
(md5:finalize-md5-state) | Function: If the given md5-state has not already been finalized, finalize it, by processing any remaining input in its buffer, with suitable padding and appended bit-length, as specified by the MD5 standard. The resulting MD5 message-digest is returned as an array of sixteen (unsigned-byte 8) values. Calling `update-md5-state' after a call to `finalize-md5-state' results in unspecified behaviour.
|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| By Bill Moorier |