File: control

package info (click to toggle)
golang-github-schollz-pake 3.0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 104 kB
  • sloc: makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,118 bytes parent folder | download
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
Source: golang-github-schollz-pake
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Guilherme Puida Moreira <guilherme@puida.xyz>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any,
               golang-github-tscholl2-siec-dev,
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-schollz-pake
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-schollz-pake.git
Homepage: https://github.com/schollz/pake
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/schollz/pake

Package: golang-github-schollz-pake-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Generate a strong secret over an insecure channel (library)
 Password-authenticated key exchange (PAKE) allows two parties to generate a
 mutual secret key by using a weak key that is known to both beforehand (e.g
 via some other channel of communication).
 .
 This library exposes a simple API for an implementation of PAKE.