From 838c4b40c1345613e62f6e46886cfa122d926def Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Wed, 18 Nov 2015 04:47:09 +0100 Subject: [PATCH] release 1.0.0 --- README.md | 39 +++++++++++++++++++++++++++++++++++++-- pom.xml | 2 +- 2 files changed, 38 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d9af393..c352b95 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,37 @@ -# siv-mode -RFC 5297 SIV mode of operation in Java +# RFC 5297 SIV mode of operation in Java + +[![Build Status](https://travis-ci.org/cryptomator/siv-mode.svg?branch=master)](https://travis-ci.org/cryptomator/siv-mode) +[![Release](https://img.shields.io/github/release/org.cryptomator/siv-mode.svg?label=maven)](https://jitpack.io/#org.cryptomator/siv-mode) + + +## Features +- Depends only on BouncyCastle +- Passes official RFC 5297 test vectors +- Constant time authentication (also on JDK7) +- Defaults on AES, but supports any block cipher + +## Dependencies: +- JDK 7+ +- BouncyCastle + +## Maven integration + +``` + + + jitpack.io + https://jitpack.io + + + + + + org.cryptomator + siv-mode + 1.0.0 + + +``` + +## License +Distributed under the MIT X Consortium license. See the LICENSE file for more info. diff --git a/pom.xml b/pom.xml index 744f0ee..66f0229 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.cryptomator siv-mode - 1.0.0-SNAPSHOT + 1.0.0 SIV Mode RFC 5297 SIV mode: deterministic authenticated encryption