+ Rsa_denomination_key
This commit is contained in:
parent
aa1f64fe3e
commit
aabd81f628
1 changed files with 2 additions and 4 deletions
|
|
@ -130,19 +130,17 @@ module Eddsa = struct
|
||||||
let pub_to_string pub =
|
let pub_to_string pub =
|
||||||
pub |> Mirage_crypto_ec.Ed25519.pub_to_octets |> Base_32.encode
|
pub |> Mirage_crypto_ec.Ed25519.pub_to_octets |> Base_32.encode
|
||||||
|
|
||||||
(*type priv = string*)
|
|
||||||
(* EdDSA signatures are transmitted as 64-bytes base32
|
(* EdDSA signatures are transmitted as 64-bytes base32
|
||||||
binary-encoded objects with just the R and S values (base32_ binary-only). *)
|
binary-encoded objects with just the R and S values (base32_ binary-only). *)
|
||||||
(*type signature = string*)
|
(*type signature = string*)
|
||||||
end
|
end
|
||||||
|
|
||||||
module Rsa = struct
|
module Rsa = struct
|
||||||
|
(* TODO
|
||||||
|
GNUNET_CRYPTO custom encode/decode *)
|
||||||
(* RSA public key converted to Crockford Base32. *)
|
(* RSA public key converted to Crockford Base32. *)
|
||||||
type pub = Mirage_crypto_pk.Rsa.pub
|
type pub = Mirage_crypto_pk.Rsa.pub
|
||||||
|
|
||||||
(* TODO
|
|
||||||
how to read/write pub rsa key
|
|
||||||
what format is used? *)
|
|
||||||
let pub_of_string _s = assert false
|
let pub_of_string _s = assert false
|
||||||
let pub_to_string _pub = assert false
|
let pub_to_string _pub = assert false
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue