wip /management
This commit is contained in:
parent
b27ebea6ee
commit
ec80a32f29
9 changed files with 154 additions and 5 deletions
|
|
@ -1,7 +1,13 @@
|
|||
type rsa = {
|
||||
coin: Types.Config_types.Coin.t;
|
||||
pub: Types.RsaPublicKey.t;
|
||||
sign: string -> string;
|
||||
sign:
|
||||
(* TODO sig type
|
||||
should be
|
||||
string -> RsaSignature.t
|
||||
+ b32 *)
|
||||
string ->
|
||||
string;
|
||||
}
|
||||
|
||||
let hash_pub _pub = "todo public key converted to Crockford Base32"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue