package tezos-crypto

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

Module Hacl.Nonce

type t = Bytes.t
val size : int
val gen : unit -> t
val increment : ?step:int -> t -> t
val of_bytes : Bytes.t -> t option
val of_bytes_exn : Bytes.t -> t