golang-github-xlzd-gotp 0.0~git20181030.c8557ba-3 source package in Ubuntu

Changelog

golang-github-xlzd-gotp (0.0~git20181030.c8557ba-3) unstable; urgency=medium

  * debian/control:
    - Mark golang-github-xlzd-gotp-dev as Multi-Arch: foreign.

 -- Roger Shimizu <email address hidden>  Mon, 21 Sep 2020 13:22:04 +0900

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
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-xlzd-gotp_0.0~git20181030.c8557ba-3.dsc 2.3 KiB 7c98c0c7b0d5aae23454c084c3f5ada84c4e30f2d6684df12323a6885427da55
golang-github-xlzd-gotp_0.0~git20181030.c8557ba.orig.tar.xz 5.1 KiB 80add4852c0c1f8ea835ec439fdeedba0b99ae412bb42e900bf710a195e222c3
golang-github-xlzd-gotp_0.0~git20181030.c8557ba-3.debian.tar.xz 2.8 KiB be7f35674572698d952db9c086a42a485321a8556bb9a8307c02b309f62ead5a

No changes file available.

Binary packages built by this source

golang-github-xlzd-gotp-dev: Golang OTP (One-Time Password) Library

 GOTP is a Golang package for generating and verifying one-time
 passwords. It can be used to implement two-factor (2FA) or multi-factor
 (MFA) authentication methods in anywhere that requires users to log in.
 .
 Open MFA standards are defined in RFC 4226 (HOTP: An HMAC-Based One-Time
 Password Algorithm) and in RFC 6238 (TOTP: Time-Based One-Time Password
 Algorithm). GOTP implements server-side support for both of these
 standards.