Module Make.Type_key

A private or public key

val construct : unit -> t

Create a key

val toBitstring : t -> t
val fromBitstring : t -> t
val xassert : t -> t

Verify that the object is a valid key object.

raises Invalid_argument

when the object is not a valid key object.

val clone : t -> t