dup-crypto 0.27.0

Manage cryptographic operations for DUniter Protocols and the Duniter eco-system most broadly.
Documentation
[[bench]]
harness = false
name = "ring_vs_sodium"
[dependencies.aes]
optional = true
version = "0.4.0"

[dependencies.arrayvec]
features = ["array-sizes-33-128", "array-sizes-129-255"]
optional = true
version = "0.5.1"

[dependencies.base64]
version = "0.11.0"

[dependencies.bs58]
version = "0.3.0"

[dependencies.byteorder]
version = "1.3.2"

[dependencies.curve25519-dalek]
optional = true
version = "2.0.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.114"

[dependencies.thiserror]
version = "1.0.11"

[dependencies.zeroize]
features = ["zeroize_derive"]
version = "1.1.0"
[dev-dependencies.bincode]
version = "1.2.0"

[dev-dependencies.criterion]
version = "0.3.1"

[dev-dependencies.sodiumoxide]
version = "0.2.5"

[dev-dependencies.unwrap]
version = "1.2.1"

[features]
default = ["rand"]
dewif = ["aes", "arrayvec", "scrypt"]
private_message = ["arrayvec", "x25519", "rand"]
pubkey_check = ["curve25519-dalek"]
rand = []
scrypt = []
x25519 = ["curve25519-dalek", "pubkey_check"]

[lib]
path = "src/lib.rs"

[package]
authors = ["elois <c@elo.tf>"]
description = "Manage cryptographic operations for DUniter Protocols and the Duniter eco-system most broadly."
edition = "2018"
keywords = ["keys", "cryptography", "duniter", "dunitrust"]
license = "AGPL-3.0"
name = "dup-crypto"
readme = "README.md"
repository = "https://git.duniter.org/libs/dubp-rs-libs"
version = "0.27.0"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.ring]
version = "0.16.15"
[target."cfg(target_arch = \"wasm32\")".dependencies.cryptoxide]
version = "0.2.1"

[target."cfg(target_arch = \"wasm32\")".dependencies.getrandom]
features = ["wasm-bindgen"]
version = "0.1.14"