-
Notifications
You must be signed in to change notification settings - Fork 1
Support package: cryptography #165
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestnative-extensionPackage requires native cross-compilation or depends on one that doesPackage requires native cross-compilation or depends on one that doespackagePython package enablementPython package enablement
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestnative-extensionPackage requires native cross-compilation or depends on one that doesPackage requires native cross-compilation or depends on one that doespackagePython package enablementPython package enablement
Type
Fields
Give feedbackNo fields configured for Feature.
Summary
Add support for the cryptography package in the Nanvix Python distribution.
Category
C - C extensions (self-contained)
Prerequisites
Dynamic loading, OpenSSL (already ported)
Notes
Cryptographic recipes and primitives. Required by pdfminer.six for encrypted PDF support. Currently stubbed in patches/cryptography/ to allow basic (non-encrypted) PDF parsing. Full port requires cross-compiling the Rust/C backend or providing a cffi-based fallback.