#hash #primitive #ecosystem #native #basic #security

decanter

This crate implements basic cryptographic primitives native to the ecosystem

7 releases

0.1.6 Oct 7, 2023
0.1.5 Apr 12, 2023
0.1.3 Jan 21, 2023
0.1.0 Jul 25, 2022

#304 in Cryptography

Download history 200/week @ 2023-12-22 108/week @ 2023-12-29 105/week @ 2024-01-05 98/week @ 2024-01-12 48/week @ 2024-01-19 47/week @ 2024-01-26 42/week @ 2024-02-02 66/week @ 2024-02-09 117/week @ 2024-02-16 172/week @ 2024-02-23 143/week @ 2024-03-01 97/week @ 2024-03-08 111/week @ 2024-03-15 107/week @ 2024-03-22 161/week @ 2024-03-29 70/week @ 2024-04-05

453 downloads per month
Used in 14 crates (9 directly)

Apache-2.0

39KB
1K SLoC

decanter

Clippy Rust crates.io docs.rs


Welcome to decanter

Getting Started

Use Rust's built-in package manager crates to add decanter.

Building from the source

Clone the repository

git clone https://github.com/scattered-systems/scsys
cd scsys

Build the workspace locally

cargo build --release --workspace

or

cargo build -F wasm --release --target wasm32-unknown-unknown --workspace

Testing

cargo test --all -F full --release

or

cargo test --all -F wasm --release --target wasm32-unknown-unknown

Usage

use scsys::prelude::*;

fn main() {
  println!("{:?}", Message::<String>::default());
}

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

Dependencies

~2.7–6MB
~144K SLoC