blob: f6916aa17c1267b95b49bae70965282933f5e961 (
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_=5cc8adb3a6cf68d20b6da2530b2a0806
|