Source: golang-github-tobischo-argon2
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Andrew Lee (李健秋) <ajqlee@debian.org>,
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               dpkg-build-api (= 1),
               golang-any,
               golang-golang-x-crypto-dev,
               golang-golang-x-sys-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-tobischo-argon2
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-tobischo-argon2.git
Homepage: https://github.com/tobischo/argon2
XS-Go-Import-Path: github.com/tobischo/argon2

Package: golang-github-tobischo-argon2-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-golang-x-crypto-dev,
         golang-golang-x-sys-dev,
         ${misc:Depends},
Description: argon2d variant needed for keepass
 The is specialized fork of the official golang.org/x/crypto/argon2
 package, modified specifically to expose the Argon2d variant.
 .
 Password managers like KeePass use the Argon2d method to create highly
 secure encryption keys.
