Skip to content

Commit

Permalink
English is hard
Browse files Browse the repository at this point in the history
  • Loading branch information
rctcwyvrn committed May 13, 2020
1 parent a9e29a8 commit 6ed1b50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
BLAKE3 in Java
---
A completely unoptimized translation of the blake3 reference implementation from rust to java.
Useful for if you want a single file implementation of blake3 with no dependencies and don't care about speed.
An unoptimized translation of the blake3 reference implementation from rust to java.
Useful for if you want a single file implementation of blake3 with no dependencies, and you don't care about speed.

### Examples
```java
Expand All @@ -18,4 +18,4 @@ Useful for if you want a single file implementation of blake3 with no dependenci
String filehash = fileHasher.hexdigest();
```

If what you are java bindings for a fully optimized blake3, try: https://github.com/sken77/BLAKE3jni
If what you want are java bindings for the fully optimized blake3, try: https://github.com/sken77/BLAKE3jni

0 comments on commit 6ed1b50

Please sign in to comment.