package tezos-base

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Group.ScalarSource

Sourcetype t

Element of the scalar group

include Tezos_crypto.S.B58_DATA with type t := t
Sourceval to_b58check : t -> string
Sourceval to_short_b58check : t -> string
Sourceval of_b58check_exn : string -> t
Sourceval of_b58check_opt : string -> t option
Sourceval b58check_encoding : t Tezos_crypto.Base58.encoding
include Tezos_crypto.S.ENCODER with type t := t
Sourceval encoding : t Data_encoding.t
Sourceval zero : t
Sourceval one : t
Sourceval of_Z : Z.t -> t
Sourceval to_Z : t -> Z.t
Sourceval of_int : int -> t
Sourceval add : t -> t -> t
Sourceval mul : t -> t -> t
Sourceval negate : t -> t
Sourceval sub : t -> t -> t
Sourceval of_bits_exn : string -> t
Sourceval to_bits : t -> string
Sourceval inverse : t -> t option
Sourceval pow : t -> Z.t -> t

Modular exponentiation

Sourceval equal : t -> t -> bool
OCaml

Innovation. Community. Security.