Extracted from Pike v8.0 release 164 as of 2016-04-05.
   

Class SSL.Cipher.MACsha

Inheritance graph
7.8::SSL.Cipher.MACAlgorithm 7.8::SSL.Cipher.MACsha 7.8::SSL.Cipher.MACmd5
Description

MAC using SHA.

Note

Note: This uses the algorithm from the SSL 3.0 draft.


Constant hash_header_size

constant int SSL.Cipher.MACsha.hash_header_size

Description

The length of the header prefixed by hash().


Inherit MACAlgorithm

inherit MACAlgorithm : MACAlgorithm


Method create

SSL.Cipher.MACsha SSL.Cipher.MACsha(string|void s)