sett

Crates.iosett
lib.rssett
version0.3.0
sourcesrc
created_at2022-10-03 14:43:34.551037
updated_at2024-09-17 12:01:13.559409
descriptionRust port of sett (data compression, encryption and transfer tool).
homepagehttps://gitlab.com/biomedit/sett-rs
repositoryhttps://gitlab.com/biomedit/sett-rs
max_upload_size
id679027
size495,889
Jarosław Surkont (jsurkont)

documentation

https://docs.rs/sett

README

sett

Main library of sett.

Detailed documentation can be found at https://docs.rs/sett.

Usage

By default sett uses openssl as cryptographic backend, however, it's possible to select a different backend at the compile time: disable default features (default-features = false) and enable the crypto-nettle or crypto-cng feature. Available backends:

  • openssl (default)
  • nettle
  • cng Cryptography API: Next Generation (CNG), Windows-only.

Library

Add sett to dependencies in project's Cargo.toml.

[dependencies]
sett = "*"
Commit count: 235

cargo fmt