Skip to content

Commit

Permalink
Merge pull request #41 from mirage/empty
Browse files Browse the repository at this point in the history
Add empty context value
  • Loading branch information
dinosaure authored Jul 2, 2018
2 parents fea368d + 4d33a6a commit eea5b56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/digestif_sig.mli
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ module type S = sig
type kind
type t = private string

val empty: ctx
(** An empty hash context. *)

val init: unit -> ctx
(** Create a new hash state. *)

Expand Down

0 comments on commit eea5b56

Please sign in to comment.