CRYPTO.Sha512
include module type of struct include TypesOfHash end
type params = TypesOfHash.params = {
data : string;
}
val params_enc : params Json_encoding.encoding
type result = TypesOfHash.result = {
hash : string;
val result_enc : result Json_encoding.encoding
val f : (params, result) Ton_client__Tc.f