golang-github-schollz-pake 3.0.5-2 source package in Ubuntu

Changelog

golang-github-schollz-pake (3.0.5-2) unstable; urgency=medium

  * Source-only upload.

 -- Guilherme Puida Moreira <email address hidden>  Wed, 20 Mar 2024 14:02:57 -0300

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-schollz-pake_3.0.5-2.dsc 2.2 KiB 98beccc73dec6b80287ed274b5e8546829e783e9c40b1eaac54beed44461819a
golang-github-schollz-pake_3.0.5.orig.tar.gz 9.0 KiB b3376bfe6ee0c59495070a006c8e7938365652e180fab21cee176e2311782d71
golang-github-schollz-pake_3.0.5-2.debian.tar.xz 2.3 KiB b43a3488df62bc35bd3394da2c33a04abd5d706e254192dc0c62c38e2bbdf33a

No changes file available.

Binary packages built by this source

golang-github-schollz-pake-dev: 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.