Crypto_algo.Ecdh_key_derive_params
ECDH key derivation parameters.
type t
The type for EcdhKeyDeriveParams objects.
EcdhKeyDeriveParams
val v : name:Jstr.t -> public:Crypto_key.t -> unit -> algo
v ~name ~public is a signature parameter object with given properties.
v ~name ~public
val of_algo : algo -> t
of_algo a is an unsafe conversion from a.
of_algo a
a
val name : t -> Jstr.t
name a is the algorithm to use.
name a
val public : t -> Jv.t
public a is the public key of the other entity.
public a