From b249b85e4a2cb32985ffce2011d092a119c5fbcf Mon Sep 17 00:00:00 2001 From: Marko Zivanovic Date: Mon, 1 Dec 2014 19:15:21 +0100 Subject: [PATCH] Add maven central info to README. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5641600..5e64f76 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,11 @@ This library contains Java implementation of the [Shamir's Secret Sharing](http: You can use it to split arbitrary data into a number of shares. In order to join shares back into the secret data, certain, minimum number of shares must be present. The library contains utlity functions for serializing and de-serializing shares into binary messages, for compact and easy storing and sharing. + +Artifacts are available in Maven Central repository at the following coordinates: + + + rs.in.zivanovic + sss + 1.0.0 +