Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 669 Bytes

File metadata and controls

4 lines (4 loc) · 669 Bytes

Forro_Cipher_Java

Caution

  1. ⚠️ Forró 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. Although it is based on ChaCha20, a thoroughly analyzed algorithm, Forró is still not "battle tested".
  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.