package tezos-signer-backends

  1. Overview
  2. Docs
type t = {
  1. c : string;
  2. t : string;
  3. h : string;
  4. d : string;
}
val pp : Stdlib.Format.formatter -> t -> unit
val crouching_tiger : string -> t

crouching_tiger str is a sentence derived deterministically from str with the form adjective-animal-adjective-animal. E.g. crouching-tiger-hidden-dragon

OCaml

Innovation. Community. Security.