type
methods
algorithm |
Get the digest algorithm name |
---|---|
digest |
Complete the digest computation and return the hash. |
digestSize |
Get the computed digest size in bytes |
reset |
Reset the digest. |
update |
Update the digest using all the bytes in the buf (regardless of current position). |
updateAscii |
Update the digest using only the 8-bit characters in given string. |
updateByte |
Update the digest with one byte / 8-bit integer. |
updateI4 |
Update the digest with four byte / 32-bit integer. |
updateI8 |
Update the digest with eight byte / 64-bit integer. |