Skip to content

Commit c38f01b

Browse files
authored
Update README.md
1 parent f3e6c04 commit c38f01b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# Forro_Cipher_Java
2-
This repository contains a Java version of the ciphers Forro and XForro. However, they have been translated from C, C# and Zig source-code using ChatGPT-o3. So be careful, although it seems to pass all the official and inofficial test-vectors.
2+
> \[!CAUTION]
3+
> 1. ⚠️ [Forró](https://iacr.org/cryptodb/data/paper.php?pubkey=32422) is a relatively new algorithm, a stream cipher which is similar to Salsa and ChaCha, but with faster diffusion. It has been proposed at [Asiacrypt 2022](https://link.springer.com/chapter/10.1007/978-3-031-22963-3_9). Although it is based on ChaCha20, a thoroughly analyzed algorithm, Forró is still not "battle tested".
4+
> 2. ⚠️ This repository contains a Java version of Forró and XForró which have been translated from C, C#, and Zig source-code using ChatGPT-o3. So be careful, although it seems to pass all the official and unofficial test-vectors.

0 commit comments

Comments
 (0)