MikeVangrouss / REDPIKE2

REDPIKE2 Block cipher encryption source code in C. 128-bit keys.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RED PIKE 2

REDPIKE 2 Block cipher encryption source code in C.

Red Pike 2 was released in 2015. It has exactly the same design as Red pike but uses 64-bit integers instead of 32-bit integers.

It no longer works on 64-bit blocks but on 128-bit blocks like AES and with 128-bit keys.