Skip to content

Commit de2c6c0

Browse files
updated README
[ci skip]
1 parent 78ea55b commit de2c6c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# RFC 5297 SIV mode of operation in Java
1+
# Java RFC 5297 SIV Authenticated Encryption
22

33
[![Build Status](https://travis-ci.org/cryptomator/siv-mode.svg?branch=develop)](https://travis-ci.org/cryptomator/siv-mode)
44
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/8b274788dab046259a40e56688236790)](https://www.codacy.com/app/cryptomator/siv-mode)
@@ -47,14 +47,14 @@ public void encryptWithAssociatedData() {
4747
<dependency>
4848
<groupId>org.cryptomator</groupId>
4949
<artifactId>siv-mode</artifactId>
50-
<version>1.3.0</version>
50+
<version>1.3.2</version>
5151
</dependency>
5252
</dependencies>
5353
```
5454

5555
## JPMS
5656

57-
From version 1.3.0 onwards this library is an explicit module with the name `org.cryptomator.siv`. You can use it by adding the following line to your `module-info.java`.
57+
From version 1.3.2 onwards this library is an explicit module with the name `org.cryptomator.siv`. You can use it by adding the following line to your `module-info.java`.
5858

5959
```java
6060
requires org.cryptomator.siv;
@@ -66,7 +66,7 @@ Because BouncyCastle classes are shaded, this library only depends on `java.base
6666

6767
This is a Maven project. To build it, run `mvn clean install`.
6868

69-
Requires JDK 9+ at build time due to JPMS support.
69+
Requires JDK 11.0.3 or newer at build time due to JPMS support.
7070

7171
## License
7272
Distributed under the MIT X Consortium license. See the LICENSE file for more info.

0 commit comments

Comments
 (0)