Skip to content

Commit

Permalink
* update packet labels.
Browse files Browse the repository at this point in the history
  • Loading branch information
nahi committed Nov 1, 2004
1 parent d5db7a0 commit 12865e7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/pgp/packet/packet.rb
Expand Up @@ -45,8 +45,12 @@ class Packet
13 => "User ID Packet", 13 => "User ID Packet",
14 => "Public Subkey Packet", 14 => "Public Subkey Packet",
17 => "User Attribute Packet", 17 => "User Attribute Packet",
18 => "Symmetrically Encrypted and MDC Packet", 18 => "Sym. Encrypted and Integrity Protected Data Packet",
19 => "Modification Detection Code Packet", 19 => "Modification Detection Code Packet",
60 => "Private or Experimental Values",
61 => "Private or Experimental Values",
62 => "Private or Experimental Values",
63 => "Private or Experimental Values",
} }


def self.taglabel(tag) def self.taglabel(tag)
Expand Down

0 comments on commit 12865e7

Please sign in to comment.