summitto / pgp-packet-library

Implementation of binary PGP protocol, as per RFC 4880
GNU General Public License v3.0
27 stars 5 forks source link

Use 64 bit unsigned integer for unix timestamp variables #53

Open bysnack opened 4 years ago

bysnack commented 4 years ago

Motivation

Avoid the year 2038 problem

Specification

Replace the types of all the variables used to represent UNIX timestamps with the 64 bit unsigned integer type from the standard library