exth_crypto v0.1.1 ExthCrypto

Handles the general crypto stuff.

Link to this section Summary

Link to this section Types

Link to this type curve()
curve() :: nil
Link to this type curve_params()
curve_params() :: nil
Link to this type private_key()
private_key() :: binary
Link to this type private_key_der()
private_key_der() :: binary
Link to this type public_key()
public_key() :: binary
Link to this type public_key_der()
public_key_der() :: binary
Link to this type symmetric_key()
symmetric_key() :: binary

Link to this section Functions

Link to this function der_to_raw(public_key_der)
der_to_raw(public_key_der) :: public_key
Link to this function raw_to_der(public_key)
raw_to_der(public_key) :: public_key_der