Cryppo.RsaSignature (CryppoEx v0.2.1) View Source

A struct for an RSA singature and the signed data

Link to this section Summary

Link to this section Types

Specs

t() :: %Cryppo.RsaSignature{data: binary(), signature: binary()}

Struct Cryppo.RsaSignature

A Cryppo.RsaSignature struct contains

  • signature: RSA signature
  • data: signed data