Computes the message digest on a byte array. You must manually select the polymorphic instance you want to use.


icon

Inputs/Outputs

  • c1du8.png buffer

    buffer specifies the byte array, or buffer, for which you want to compute the message digest.

  • istr.png digest

    digest returns the SHA-256 message digest of the byte array, or buffer, as a hexadecimal string.