https://github.com/tbarrella/crypto-pure
Pure-Rust cryptography library
https://github.com/tbarrella/crypto-pure
cryptography rust
Last synced: 13 days ago
JSON representation
Pure-Rust cryptography library
- Host: GitHub
- URL: https://github.com/tbarrella/crypto-pure
- Owner: tbarrella
- License: apache-2.0
- Created: 2017-09-18T00:55:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-07-09T16:06:49.000Z (almost 4 years ago)
- Last Synced: 2025-03-03T12:31:21.057Z (over 1 year ago)
- Topics: cryptography, rust
- Language: Rust
- Homepage:
- Size: 484 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# crypto-pure [](https://travis-ci.org/tbarrella/crypto-pure)
A pure-Rust cryptography library that aims to be lightweight.
## Possible TODOs
* aes
* bit slicing
* curve25519
* fuzzing
* make more idiomatic
* other
* more tests
* more documentation
* add NIST P-256 for key exchange
* add RSA (PCKS1 and PSS) for key exchange