Changeset 20
- Timestamp:
- 10/31/04 01:05:52 (4 years ago)
- Files:
-
- trunk/lib/pgp/packet/rsakeysupport.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/pgp/packet/rsakeysupport.rb
r18 r20 107 107 108 108 def dump_key_material_checksum 109 dump_2octet(self.key_material_secret_checksum)109 self.key_material_secret_checksum 110 110 end 111 111