Encoding_benchmarks.Secp256k1
module Sampler : sig ... end
val public_key_encoding : Tezos_benchmark.Benchmark.simple_with_num
val public_key_to_b58check : (module Tezos_benchmark.Benchmark.Simple_with_num)
val public_key_hash_encoding : Tezos_benchmark.Benchmark.simple_with_num
val public_key_hash_to_b58check :
(module Tezos_benchmark.Benchmark.Simple_with_num)
val secret_key_encoding : Tezos_benchmark.Benchmark.simple_with_num
val secret_key_to_b58check : (module Tezos_benchmark.Benchmark.Simple_with_num)
val signature_encoding : Tezos_benchmark.Benchmark.simple_with_num
val signature_to_b58check : (module Tezos_benchmark.Benchmark.Simple_with_num)
val public_key_decoding : (module Tezos_benchmark.Benchmark.Simple_with_num)
val public_key_from_b58check :
(module Tezos_benchmark.Benchmark.Simple_with_num)
val public_key_hash_decoding :
(module Tezos_benchmark.Benchmark.Simple_with_num)
val public_key_hash_from_b58check :
(module Tezos_benchmark.Benchmark.Simple_with_num)
val secret_key_decoding : (module Tezos_benchmark.Benchmark.Simple_with_num)
val secret_key_from_b58check :
(module Tezos_benchmark.Benchmark.Simple_with_num)
val signature_decoding : (module Tezos_benchmark.Benchmark.Simple_with_num)
val signature_from_b58check :
(module Tezos_benchmark.Benchmark.Simple_with_num)