Welcome!

By registering with us, you'll be able to discuss, share and exchange private messages with other members of our community.

SignUp Now!

Done Support binary buffers in checksum functions

Charles Dye

Super Moderator
May
4,848
117
Staff member
Code:
@CKSUM[B,handle,offset,len]
@MD5[B,handle,offset,len]
@SHA1[B,handle,offset,len]
@SHA256[B,handle,offset,len]
@SHA256[B,handle,offset,len]
@SHA384[B,handle,offset,len]

  • B: case determines case of the return value
  • handle: as returned by @BALLOC
  • offset: starting byte; optional, defaults to 0
  • len: number of bytes to sum; optional, defaults to the remainder of the buffer
 

Similar threads

Back
Top