Skip to content

Commit 5bcdf0a

Browse files
update README.md
[ci skip]
1 parent 0612845 commit 5bcdf0a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@
88
[![Javadocs](http://www.javadoc.io/badge/org.cryptomator/siv-mode.svg)](http://www.javadoc.io/doc/org.cryptomator/siv-mode)
99

1010
## Features
11-
- No dependencies (required BouncyCastle classes are repackaged)
11+
- No dependencies
1212
- Passes official RFC 5297 test vectors
1313
- Constant time authentication
14-
- Defaults on AES, but supports any block cipher with a 128-bit block size.
15-
- Supports any key sizes that the block cipher supports (e.g. 128/192/256-bit keys for AES)
1614
- Thread-safe
1715
- [Fast](https://github.com/cryptomator/siv-mode/issues/15)
1816
- Requires JDK 8+ or Android API Level 24+ (since version 1.4.0)
@@ -48,7 +46,7 @@ public void encryptWithAssociatedData() {
4846
<dependency>
4947
<groupId>org.cryptomator</groupId>
5048
<artifactId>siv-mode</artifactId>
51-
<version>1.4.0</version>
49+
<version>2.0.0</version>
5250
</dependency>
5351
</dependencies>
5452
```
@@ -61,8 +59,6 @@ From version 1.3.2 onwards this library is an explicit module with the name `org
6159
requires org.cryptomator.siv;
6260
```
6361

64-
Because BouncyCastle classes are shaded, this library only depends on `java.base`.
65-
6662
## Reproducible Builds
6763

6864
This is a Maven project that can be built using `mvn install`. However, if you want to build this reproducibly, please make sure:

0 commit comments

Comments
 (0)