refacto crypto: add eddsa.ml + rsa.ml
This commit is contained in:
parent
4e707b080a
commit
87f06339c8
16 changed files with 517 additions and 537 deletions
|
|
@ -1,8 +1,7 @@
|
|||
open Crypto
|
||||
open Time
|
||||
|
||||
type t = {
|
||||
pub: eddsa_pub;
|
||||
pub: Eddsa.pub;
|
||||
stamp_start: Timestamp.t;
|
||||
stamp_expire: Timestamp.t;
|
||||
stamp_end: Timestamp.t;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue