Add hash algorithm mappings
This commit is contained in:
parent
b41bc2c533
commit
8019d3c564
@ -454,6 +454,16 @@ class OpenPGP_SignaturePacket extends OpenPGP_Packet {
|
|||||||
return $packet;
|
return $packet;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static $hash_algorithms = array(
|
||||||
|
1 => 'MD5',
|
||||||
|
2 => 'SHA1',
|
||||||
|
3 => 'RIPEMD160',
|
||||||
|
8 => 'SHA256',
|
||||||
|
9 => 'SHA384',
|
||||||
|
10 => 'SHA512',
|
||||||
|
11 => 'SHA224'
|
||||||
|
);
|
||||||
|
|
||||||
static $subpacket_types = array(
|
static $subpacket_types = array(
|
||||||
//0 => 'Reserved',
|
//0 => 'Reserved',
|
||||||
//1 => 'Reserved',
|
//1 => 'Reserved',
|
||||||
|
Loading…
Reference in New Issue
Block a user