2018-01-16 01:09:25 +04:00
|
|
|
(**************************************************************************)
|
|
|
|
(* *)
|
|
|
|
(* Copyright (c) 2014 - 2016. *)
|
|
|
|
(* Dynamic Ledger Solutions, Inc.< contact@tezos.com > *)
|
|
|
|
(* *)
|
|
|
|
(* All rights reserved.No warranty, explicit or implicit, provided. *)
|
|
|
|
(* *)
|
|
|
|
(**************************************************************************)
|
|
|
|
|
|
|
|
(** Extension of the Sodium module with helpers functions *)
|
|
|
|
|
|
|
|
val generate_proof_of_work_nonce : unit -> MBytes.t
|
2018-02-11 22:17:39 +04:00
|
|
|
val generate_seed_nonce : unit -> Proto_alpha.Alpha_context.Nonce.nonce
|