office-gobmx/external/argon2
Christian Lohmaier 875a1bf2e1 makefile simplification: replace $(call gb_UnpackedTarball_get_dir,foo)
…by a simple/static $(gb_UnpackedTarball_workdir)/foo
see also 0c4c84a14b

Change-Id: I8e6aa55c85534c4446556548910c950ddbe7c6fc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167163
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Tested-by: Jenkins
2024-05-06 11:40:45 +02:00
..
0001-Fix-possible-compiler-error-due-to-undefined-_MSC_VE.patch
0002-Add-WinARM64-vcxproj-config.patch
ExternalPackage_argon2.mk
ExternalProject_argon2.mk
Makefile
Module_argon2.mk
private-symbols.patch.0
README
UnpackedTarball_argon2.mk

Argon2 password hashing function

This is used in ODF encryption as key derivation function.

[https://github.com/P-H-C/phc-winner-argon2]