chuchi-crypto

Crates.iochuchi-crypto
lib.rschuchi-crypto
version0.1.1
sourcesrc
created_at2024-07-12 20:41:56.002223
updated_at2024-10-13 20:46:08.887514
descriptionCrypto library providing encryption and signing.
homepagehttps://chuchi.dev/
repositoryhttps://github.com/chuchi-dev/chuchi-crypto
max_upload_size
id1301367
size70,964
Sören Meier (soerenmeier)

documentation

README

CI crates.io docs.rs

Crypto library

Chuchi crypto ought to be a simple to use crypto providing encryption and signing.

Dependency

Main dependency is dalek-cryptography.

Features

  • cipher Enabling encryption and decryption
  • signature Enabling signing and verifying
  • b64 Enabling base64 support
  • serde Enabling serde support (needs b64 to work)

Not verified

This crate has not passed any verification and may contain bugs.

Commit count: 24

cargo fmt