Source: golang-filippo-mldsa
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Simon Josefsson <simon@josefsson.org>,
Build-Depends:
 debhelper-compat (= 14),
 dh-sequence-golang,
 dpkg-build-api (= 1),
 golang-any,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-filippo-mldsa
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-filippo-mldsa.git
Homepage: https://github.com/FiloSottile/mldsa
XS-Go-Import-Path: filippo.io/mldsa

Package: golang-filippo-mldsa-dev
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Description: implements the crypto/mldsa proposed API (library)
 This package implements the crypto/mldsa proposed API:
 https://go.dev/issue/77626
 .
 Its API may change, and eventually this package will become a wrapper
 around the final API in the standard library.
 .
 The actual implementation is merged from the internal upstream package
 crypto/internal/fips140/mldsa, with very few changes (visible in the
 merge commits in the git history).
