Commit 6f91209
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
- .github
- src/libcrypto/cryptod
- lib
- Crypto
- Cipher
- Hash
- IO
- Math
- Protocol
- PublicKey
- Random
- SelfTest
- Cipher
- Hash
- IO
- Math
- Protocol
- PublicKey
- Random
- Signature
- Util
- Signature
- Util
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
0 commit comments