Method Standards.PKCS.Signature.build_digestinfo()
- Method build_digestinfo
string build_digestinfo(string msg, Crypto.Hash hash)
- Description
Construct a PKCS-1 digestinfo.
- Parameter msg
message to digest
- Parameter hash
crypto hash object such as Crypto.SHA1 or Crypto.MD5
- See also