crypto-ops 0.1.0

Set of low-level functions useful for cryptography
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "crypto-ops"
version = "0.1.0"
authors = ["The Rust-Crypto Project Developers"]
license = "MIT/Apache-2.0"
description = "Set of low-level functions useful for cryptography"
documentation = "https://docs.rs/crypto-ops"
repository = "https://github.com/RustCrypto/rust-crypto-decoupled"
keywords = ["crypto"]
build = "build.rs"

[dependencies]
libc = {version = "^0.2", default-features = false}

[build-dependencies]
gcc = "^0.3"