Tezos_crypto.Helpersmodule MakeEncoder (H : sig ... end) : sig ... endmodule MakeIterator (H : sig ... end) : sig ... endThis 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:
sign and check functions to simulate cryptographic costs, but check always returns true.In both modes, verification always succeeds.
val yes_crypto_kind : yes_crypto_kindmodule Events : sig ... end