Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 505 Bytes

File metadata and controls

12 lines (10 loc) · 505 Bytes

Rubato

This is an implementation of Rubato cipher

Contents

We implement:

  • reference Rubato implementation in ref with test code for debugging;
  • fast Rubato implementation in avx2 with test code for debugging and benchmark scripts.

How to use

Each directory has Makefile with following commands:

  • bench(only in avx2): create benchmark code;
  • test: create test code for debugging - it prints all internal variables.