rcmixed

Crates.iorcmixed
lib.rsrcmixed
version0.0.2
sourcesrc
created_at2019-05-28 08:35:59.12872
updated_at2019-05-28 09:31:30.486241
descriptionMixed cryptosystem. inspired by PGP
homepage
repositoryhttps://github.com/rust-cc/rcmixed
max_upload_size
id137483
size115,905
Neo Sun (sunhuachuang)

documentation

README

Latest Version

rcmixed

Mixed cryptosystem. inspired by PGP.

  • key store.
  • public key cryptography + symmetric cryptography.
  • DH cryptography + symmetric cryptography.
  • feature implement:
    • RSA + AES-CBC + SHA(2, 3)
    • DH-RSA + AES-CBC + SHA(2, 3)
    • x25519(DH + curve25519) + AES-CBC + SHA(2, 3)
  • Failure.
  • Tests.
  • Bench.
  • Doc.

Singature & Encrypt Function

img

License

This project is licensed under either of

at your option.

Commit count: 13

cargo fmt