SRP v0.2.0 SRP.KeyPair View Source

A pair of ephemeral keys, one public and one private. The private key is random and the public is derived from the private. This keys are exchanged during the process of authentication.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %SRP.KeyPair{private: binary(), public: binary()}