Module Tezos_crypto.Helpers

module MakeRaw (H : sig ... end) : sig ... end
module MakeB58 (H : sig ... end) : sig ... end
module MakeEncoder (H : sig ... end) : sig ... end
module MakeIterator (H : sig ... end) : sig ... end
module Make (H : sig ... end) : sig ... end

This variable is used to enable yes-cryptography at runtime.

With yes-cryptography activated, signatures are faked and always considered valid.

This can put your software at risk of being

This should be used for testing purposes only and/or with extreme care.

Yes-cryptography comes in two flavors:

In both modes, verification always succeeds.

val yes_crypto_environment_variable : string
type yes_crypto_kind =
  1. | Fast
  2. | Yes
  3. | No
val yes_crypto_kind : yes_crypto_kind
val is_yes_crypto_enabled : bool
module Events : sig ... end