Skip to content

Commit 6f91209

Browse files
committed
Add libcrypto cryptod Python implementation
Added full Python source and type stub files for libcrypto's cryptod module, including cipher, hash, IO, math, protocol, public key, random, signature, util, and self-test submodules. Also removed legacy GitHub workflow files and setup.cfg, and updated .gitignore to exclude 'lib/'. This refactors the cryptographic library to a pure Python implementation and removes old CI/CD configuration.
1 parent 47179a1 commit 6f91209

309 files changed

Lines changed: 65012 additions & 310 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/TestAndDeployForPypi.yml

Lines changed: 0 additions & 157 deletions
This file was deleted.

.github/pypi_builder.yaml

Lines changed: 0 additions & 142 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ dist/
1616
downloads/
1717
eggs/
1818
.eggs/
19-
lib/
2019
lib64/
2120
parts/
2221
sdist/

0 commit comments

Comments
 (0)