blob: c907d1b0ec853b31ab05e037a2ed086d5231e1bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DEFINED_PHASES=prepare
DESCRIPTION=Password hashing software that won the Password Hashing Competition (PHC)
EAPI=6
HOMEPAGE=https://github.com/P-H-C/phc-winner-argon2
IUSE=-static-libs
KEYWORDS=~amd64 ~x86
LICENSE=|| ( Apache-2.0 CC0-1.0 )
SLOT=0
SRC_URI=https://github.com/P-H-C/phc-winner-argon2/archive/20160821.tar.gz -> argon2-20160821.tar.gz
_eclass_exported_funcs=src_prepare:-
_md5_=68429a3f79aca9e03d4da8b1c3649583
|