Extracted from Pike v8.0 release 28 as of 2015-08-03.
   

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

Crypto.RSA()->sign