package swhid_core

  1. Overview
  2. Docs

A module containing the needed hash functions.

val digest_string_to_hex : string -> string

digest_string_to_hex s computes the SHA1 hash of s and returns its hexadecimal representation.