ligo/src/lib_crypto/ed25519.mli

14 lines
741 B
OCaml
Raw Normal View History

(**************************************************************************)
(* *)
2018-02-06 00:17:03 +04:00
(* Copyright (c) 2014 - 2018. *)
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
(* *)
(* All rights reserved. No warranty, explicit or implicit, provided. *)
(* *)
(**************************************************************************)
(** Tezos - Ed25519 cryptography *)
include S.SIGNATURE with type watermark = MBytes.t
2018-04-05 18:07:05 +04:00
include S.RAW_DATA with type t := t