Skip to content

murcoutinho/forro_cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forró

This repository contains the implementation for the Forró cipher, a fast stream cipher proposed at Asiacrypt 2022.

To build the reference code and it's test just run:

make

or

make test_ref

To build only the reference code:

make ref

Similarly, x86_simd and test_x86_simd are targets for the x86 with AVX2, and neon and test_neon for ARM Neon.

The tests can be run with:

./build/test_ref

or it's respective.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published