Add maven central info to README.

This commit is contained in:
Marko Zivanovic
2014-12-01 19:15:21 +01:00
parent ee603b1ee0
commit b249b85e4a
+8
View File
@@ -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. 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. 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. 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:
<dependency>
<groupId>rs.in.zivanovic</groupId>
<artifactId>sss</artifactId>
<version>1.0.0</version>
</dependency>