Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Vsevolod Stakhov 14c13854d3
[Rework] Further types conversion (no functional changes)
il y a 2 mois
..
LICENSE [Feature] Add catena PBKDF function il y a 8 ans
README.md [Feature] Add catena PBKDF function il y a 8 ans
catena.c [Rework] Further types conversion (no functional changes) il y a 2 mois
catena.h [Rework] Use clang-format to unify formatting in all sources il y a 10 mois

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