View Source Cryppo.RsaSignature (CryppoEx v0.2.2)

A struct for an RSA singature and the signed data

Link to this section Summary

Link to this section Types

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

Struct Cryppo.RsaSignature

A Cryppo.RsaSignature struct contains

  • signature: RSA signature
  • data: signed data