You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Vsevolod Stakhov 14c13854d3
[Rework] Further types conversion (no functional changes)
1 month ago
..
LICENSE [Feature] Add catena PBKDF function 8 years ago
README.md [Feature] Add catena PBKDF function 8 years ago
catena.c [Rework] Further types conversion (no functional changes) 1 month ago
catena.h [Rework] Use clang-format to unify formatting in all sources 9 months ago

README.md

Catena

Catena is a memory-consuming password scrambler that excellently thwarts massively parallel attacks on cheap memory-constrained hardware, such as recent graphical processing units (GPUs). Furthermore, Catena provides resistance against cache-timing attacks, since its memory-access pattern is password-independent.

Academic paper: catena-v3.1.pdf

Rspamd specific

Rspamd implements Catena-Butterfly using full blake2b hash implemented in the cryptobox.

Original code: https://github.com/medsec/catena