package octez-libs

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

Module LibResult.LimbsSource

Parameters

module N : sig ... end

Signature

Sourcetype sl = scalar list
Sourceval of_bytes : Bytes.bl repr -> sl repr t
Sourceval to_bytes : sl repr -> Bytes.bl repr t
Sourceval to_scalar : sl repr -> scalar repr t
Sourceval of_scalar : total_nb_bits:int -> scalar repr -> sl repr t
Sourceval constant : le:bool -> bytes -> sl repr t
Sourceval xor_lookup : sl repr -> sl repr -> sl repr t
Sourceval band_lookup : sl repr -> sl repr -> sl repr t
Sourceval bnot_lookup : sl repr -> sl repr t
Sourceval rotate_right_lookup : sl repr -> int -> sl repr t
Sourceval shift_right_lookup : sl repr -> int -> sl repr t
OCaml

Innovation. Community. Security.