8000 Incorrect type for hash_value arg in sign_hash function · Issue #38 · adafruit/Adafruit_CircuitPython_RSA · GitHub
[go: up one dir, main page]

Skip to content
Incorrect type for hash_value arg in sign_hash function #38
Open
@git-n-pissed

Description

@git-n-pissed

The hash_value arg of the sign_hash in pkcs1.py currently is typed out as optional, but hash_value is required, lest an error occur when we reach the line:

clear_text = asn1_code + hash_value

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0