Source file sha1.ml

1
2
3
4
5
6
7
8
open Core
include String

include Identifiable.Make_plain (struct
  let module_name = "Sha1"

  include String
end)