/crypto-pure

Pure-Rust cryptography library

Primary LanguageRustApache License 2.0Apache-2.0

crypto-pure Build Status

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