This commit is contained in:
parent
455331963e
commit
ab1910bbb5
1 changed files with 3 additions and 1 deletions
|
|
@ -131,7 +131,9 @@ module Eddsa = struct
|
||||||
pub |> Mirage_crypto_ec.Ed25519.pub_to_octets |> Base_32.encode
|
pub |> Mirage_crypto_ec.Ed25519.pub_to_octets |> Base_32.encode
|
||||||
|
|
||||||
(* 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).
|
||||||
|
|
||||||
|
They are signature over a c-struct like `TALER_xxxPS` + with a purpose *)
|
||||||
type signature = string
|
type signature = string
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue