1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
---
abstract: 'Perl interface to the Argon2 key derivation functions'
author:
- 'Leon Timmermans <leont@cpan.org>'
build_requires:
Test::More: '0.90'
perl: '5.006'
configure_requires:
Dist::Build: '0.020'
Dist::Build::Core: '0'
Dist::Build::XS: '0'
Dist::Build::XS::Conf: '0'
perl: '5.006'
dynamic_config: 0
generated_by: 'Dist::Zilla version 6.032, CPAN::Meta::Converter version 2.150010'
license: apache
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: '1.4'
name: Crypt-Argon2
provides:
Crypt::Argon2:
file: lib/Crypt/Argon2.pm
version: '0.030'
requires:
Exporter: '5.57'
Time::HiRes: '0'
XSLoader: '0'
perl: '5.006'
strict: '0'
warnings: '0'
resources:
bugtracker: https://github.com/Leont/crypt-argon2/issues
repository: git://github.com/Leont/crypt-argon2.git
version: '0.030'
x_generated_by_perl: v5.40.1
x_serialization_backend: 'YAML::Tiny version 1.76'
x_spdx_expression: Apache-2.0
|