package octez-libs

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

Module Make.HashSource

Sourcetype scalar = Scalar.t
Sourcetype ctxt
Sourceval init : ?input_length:int -> unit -> ctxt

Initialize a raw hash context

Sourceval digest : ctxt -> scalar array -> ctxt

digest ctxt input computes the hash of the given input

Sourceval get : ctxt -> scalar

get ctxt returns the resulting point after hash has been called

OCaml

Innovation. Community. Security.