Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Code is not compatible with python2.7 #1

@wyllys66

Description

@wyllys66

It'd be nice if the code would work with python 2.7. As it is, some of the validation checking fails. For example, enum is not a default package in python2.7, and even after installing it, the enum.Enum values result in an integer type, not an enum.Enum.

For example:

>>> CryptographicAlgorithm.AES.__class__ 
<type 'int'>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions