CRYPTO.KeyPair
type t = {
public : string;
secret : string;
}
val enc : t Json_encoding.encoding
val t_enc : t Json_encoding.encoding