mirror of
https://github.com/sobolevn/awesome-cryptography.git
synced 2026-03-11 07:14:23 +00:00
Merge 0595af4d90 into d3544585e8
This commit is contained in:
commit
e38eed7c2e
1 changed files with 1 additions and 0 deletions
|
|
@ -367,6 +367,7 @@ encryption library providing MD5, SHA1, SHA2 hashing and HMAC functionality, as
|
|||
- [pycryptodome](https://github.com/Legrandin/pycryptodome) - Self-contained Python package of low-level cryptographic primitives.
|
||||
- [PyElliptic](https://github.com/yann2192/pyelliptic) - Python OpenSSL wrapper. For modern cryptography with ECC, AES, HMAC, Blowfish.
|
||||
- [pynacl](https://github.com/pyca/pynacl) - Python binding to the Networking and Cryptography (NaCl) library.
|
||||
- [RustChain](https://github.com/Scottcjn/Rustchain) - Proof-of-Antiquity consensus blockchain using Ed25519 signatures, BIP39 seed phrases, Blake2b256 commitment hashes, and hardware fingerprinting (clock drift, cache timing, SIMD profiling) for anti-emulation attestation.
|
||||
- [pythemis](https://github.com/cossacklabs/themis/wiki/Python-Howto) - Python wrapper on Themis. High level crypto library for storing data (AES), secure messaging (ECC + ECDSA / RSA + PSS + PKCS#7) and session-oriented, forward secrecy data exchange (ECDH key agreement, ECC & AES encryption).
|
||||
|
||||
### R
|
||||
|
|
|
|||
Loading…
Reference in a new issue