選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Vsevolod Stakhov 14c13854d3
[Rework] Further types conversion (no functional changes)
3ヶ月前
..
LICENSE [Feature] Add catena PBKDF function 8年前
README.md [Feature] Add catena PBKDF function 8年前
catena.c [Rework] Further types conversion (no functional changes) 3ヶ月前
catena.h [Rework] Use clang-format to unify formatting in all sources 11ヶ月前

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