fszmq


Curve

Namespace: fszmq

Utilities for working with the CurveZMQ security protocol (NOTE: required underlying library support for CurevZMQ)

Functions and values

Function or valueDescription
curveKeyPair ()
Signature: unit -> string * string

Returns a newly generated random keypair consisting of a public key and a secret key. The keys are encoded using ZeroMQ Base-85 Encoding.

CompiledName: MakeCurveKeyPair

Fork me on GitHub