OpenPGP_S2K::raw_hash PHP Method

raw_hash() public method

public raw_hash ( $s )
    function raw_hash($s)
    {
        return hash(strtolower(OpenPGP_SignaturePacket::$hash_algorithms[$this->hash_algorithm]), $s, true);
    }