fire-crypto

Crates.iofire-crypto
lib.rsfire-crypto
version0.4.3
sourcesrc
created_at2021-08-24 19:29:03.773251
updated_at2024-04-14 12:40:29.155072
descriptionCrypto library providing encryption and signing.
homepagehttps://fire-lib.com/
repositoryhttps://github.com/fire-lib/fire-crypto
max_upload_size
id441824
size70,509
Sören Meier (soerenmeier)

documentation

README

CI crates.io docs.rs

Crypto library

Fire 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: 22

cargo fmt