CryppoEx v0.1.3 Cryppo.RsaSignature 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