aboutsummaryrefslogtreecommitdiffstats
path: root/moon-abe/cpabe-0.11/README
diff options
context:
space:
mode:
Diffstat (limited to 'moon-abe/cpabe-0.11/README')
-rw-r--r--moon-abe/cpabe-0.11/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/moon-abe/cpabe-0.11/README b/moon-abe/cpabe-0.11/README
new file mode 100644
index 00000000..39bc4b5a
--- /dev/null
+++ b/moon-abe/cpabe-0.11/README
@@ -0,0 +1,15 @@
+This software provides several tools implementing a scheme for
+"ciphertext-policy attribute based encryption" (CP-ABE).
+
+To install this software, you will need to have the Pairing-Based
+Cryptography (PBC) library installed. You can get it from the
+following page:
+
+ http://crypto.stanford.edu/pbc/
+
+For more information on CP-ABE and a tutorial on using the tools, see
+the project homepage:
+
+ http://acsc.csl.sri.com/cpabe/
+
+make LDFLAGS=" -lpbc -lcrypto -L/usr/lib/x86_64-linux-gnu -lglib-2.0 -lbswabe -lgmp"