don't expose priv key
This commit is contained in:
parent
bf45cdc6b1
commit
5b7c243f8c
6 changed files with 78 additions and 63 deletions
|
|
@ -2,7 +2,6 @@ open Crypto
|
|||
|
||||
type t = {
|
||||
pub: rsa_pub;
|
||||
priv: rsa_priv;
|
||||
section_name: string;
|
||||
value: Amount.t;
|
||||
stamp_start: Timestamp.t;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue