crypto-ops 0.1.1

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
17
[build-dependencies]
gcc = "^0.3"

[dependencies.libc]
default-features = false
version = "^0.2"

[package]
authors = ["The Rust-Crypto Project Developers"]
build = "build.rs"
description = "Set of low-level functions useful for cryptography"
documentation = "https://docs.rs/crypto-ops"
keywords = ["crypto"]
license = "MIT/Apache-2.0"
name = "crypto-ops"
repository = "https://github.com/RustCrypto/utils"
version = "0.1.1"