golang-filippo-mldsa 0.0~git20260711.ff3f469-1
Package Information
| 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). |
|---|---|
| Maintainer | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
| Changed By | Simon Josefsson <simon@josefsson.org> |
| Sponsor | simon@josefsson.org |
| Distribution | unstable |
| Architecture | all |
| VCS | git: https://salsa.debian.org/go-team/packages/golang-filippo-mldsa.git (browse) |
| Closes | #1142921 |
| Tracker | https://tracker.debian.org/pkg/golang-filippo-mldsa |
| Uploaded | 6 hours ago |
New Package Report
.changes
| Date | Tue, 28 Jul 2026 10:51:26 +0200 |
|---|---|
| Source | golang-filippo-mldsa |
| Version | 0.0~git20260711.ff3f469-1 |
| Changed-By | Simon Josefsson |
| Architecture | source all |
| Distribution | unstable |
Changelog
golang-filippo-mldsa (0.0~git20260711.ff3f469-1) unstable; urgency=medium . * Initial release (Closes: #1142921)
.dsc
| Section | golang |
|---|---|
| Priority | optional |
| Component | main |
| Package-List | golang-filippo-mldsa-dev deb golang optional arch=all |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://github.com/FiloSottile/mldsa
Upstream-Name: mldsa
Files: *
Copyright: 2009 The Go Authors
License: BSD-3-clause
Comment: Filippo Valsorda
Files: debian/*
Copyright: 2026 Simon Josefsson <simon@josefsson.org>
License: BSD-3-clause
Comment: Debian packaging is licensed under the same terms as upstream
License: BSD-3-clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
.
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google LLC nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.