This commit is contained in:
parent
11a13f0dfe
commit
0ad081bb04
1 changed files with 3 additions and 2 deletions
|
|
@ -2,8 +2,6 @@
|
||||||
|
|
||||||
open Bin_type
|
open Bin_type
|
||||||
|
|
||||||
(* TODO keep this?
|
|
||||||
some of those are actuall ecdhe, or union of eddsa|ecdhe *)
|
|
||||||
module Aliases = struct
|
module Aliases = struct
|
||||||
module Timestamp = struct
|
module Timestamp = struct
|
||||||
type t = Time.Timestamp.t
|
type t = Time.Timestamp.t
|
||||||
|
|
@ -40,6 +38,9 @@ module Aliases = struct
|
||||||
end
|
end
|
||||||
|
|
||||||
(* - Keys - *)
|
(* - Keys - *)
|
||||||
|
|
||||||
|
(* TODO keep this?
|
||||||
|
some of those are actuall ecdhe, or union of eddsa|ecdhe *)
|
||||||
open Crypto
|
open Crypto
|
||||||
module PursePublicKey = EddsaPublicKey
|
module PursePublicKey = EddsaPublicKey
|
||||||
module AuditorPublicKeyP = EddsaPublicKey
|
module AuditorPublicKeyP = EddsaPublicKey
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue