Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions pgpy/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down