From 0fa3fb9bd98797145b7643d758b3661879cd2f3e Mon Sep 17 00:00:00 2001 From: Marcela Melara Date: Sat, 20 Aug 2016 19:30:32 -0400 Subject: [PATCH] Add merkletree package - Part of #32 and #26 --- README.md | 1 + merkletree/pom.xml | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 merkletree/pom.xml diff --git a/README.md b/README.md index 1644679..eb1af16 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ The pckages in this library implement the various components of the CONIKS syste - `coniks_server`: Prototype key server - `coniks_test_client`: Prototype client CLI - `crypto`: Cryptographic algorithms and operations +- `merkletree`: Merkle prefix tree and Persistent Authenticated Dictionary - `util`: Utility functions The `protos` directory contains the Protocol Buffer message definitions diff --git a/merkletree/pom.xml b/merkletree/pom.xml new file mode 100644 index 0000000..ebebb5e --- /dev/null +++ b/merkletree/pom.xml @@ -0,0 +1,23 @@ + + + 4.0.0 + + + org.coniks + coniks-java + 1.3-SNAPSHOT + + + org.coniks.merkletree + coniks-merkletree + 1.3-SNAPSHOT + jar + + CONIKS [Merkle Tree] + http://coniks.org + + Merkle prefix tree and Persistent Authenticated Dictionary library for CONIKS. + + +