digest

Digests arguments by the given provider T. T must either have a encrypt or hash function present.

Remarks: - If T has a hash function present, the output will be the output of the hash function. - If T has an encrypt function present, the output will be the output of the encryption function.

  1. auto digest(ARGS args)
    static
    digest
    (
    T
    ARGS...
    )
    (
    ARGS args
    )
  2. auto digest(ARGS args)

Meta