forked from Fraunhofer-AISEC/rabe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
39 lines (37 loc) · 922 Bytes
/
Copy pathCargo.toml
File metadata and controls
39 lines (37 loc) · 922 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[package]
name = "rabe"
version = "0.2.6"
description = "ABE Schemes implemented in rust."
authors = [
"Schanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de>",
"Bramm, Georg <georg.bramm@aisec.fraunhofer.de>",
"Schuette, Julian <julian.schuette@aisec.fraunhofer.de>"
]
keywords = ["pairing","crypto","cryptography", "abe"]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/Fraunhofer-AISEC/rabe"
repository = "https://github.com/Fraunhofer-AISEC/rabe"
documentation = "https://docs.rs/rabe"
[lib]
name="rabe"
crate-type=["rlib", "cdylib"]
bench = false
path = "src/lib.rs"
[dependencies]
base64 = "0.10.1"
blake2-rfc = "0.2.17"
rabe-bn = "0.4.13"
byteorder = "1.2.2"
libc = "0.2.0"
rand = "0.7.3"
serde = "1.0.118"
serde_json = "1.0.60"
serde_cbor = "0.11.1"
serde_derive = "1.0.118"
pest = "2.0"
pest_derive = "2.0"
permutation = "0.2.5"
aes = "0.6.0"
ccm = "0.3.0"
sha3 = "0.9.1"