diff --git a/pgpy/constants.py b/pgpy/constants.py index 28a4561a..02517a37 100644 --- a/pgpy/constants.py +++ b/pgpy/constants.py @@ -564,6 +564,9 @@ class KeyFlags(FlagEnum): class Features(FlagEnum): ModificationDetection = 0x01 + _reserved_1 = 0x02 + _reserved_2 = 0x04 + ModificationDetectionV2 = 0x08 @classproperty def pgpy_features(cls):