wip /management

This commit is contained in:
swrup 2025-10-16 10:18:22 +02:00
parent b27ebea6ee
commit 112ece6d9a
9 changed files with 158 additions and 5 deletions

View file

@ -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"