golang-github-fernet-fernet-go 0.0~git20180830.9eac43b-2build3 source package in Ubuntu

Changelog

golang-github-fernet-fernet-go (0.0~git20180830.9eac43b-2build3) mantic; urgency=medium

  * No-change rebuild with Go 1.21.

 -- Michael Hudson-Doyle <email address hidden>  Thu, 24 Aug 2023 17:15:11 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-fernet-fernet-go_0.0~git20180830.9eac43b.orig.tar.xz 6.0 KiB 3883a7b08847f7b885420211194caaa5fe1951734e552639a3a5b406f0dc6ee2
golang-github-fernet-fernet-go_0.0~git20180830.9eac43b-2build3.debian.tar.xz 2.5 KiB e89a9812254434bd242addbe284aaabf465a0986beaae7926a0e4d0b3930b3d0
golang-github-fernet-fernet-go_0.0~git20180830.9eac43b-2build3.dsc 2.4 KiB 659e9f737843f48c085d8c4c661c4fbf6df011269c7b4201fa8bfdae1e3caa2c

View changes file

Binary packages built by this source

fernet-go: tool for generates/verifies HMAC-based authentication tokens

 This library takes a user-provided *message* (an arbitrary sequence of
 bytes), a *key* (256 bits), and the current time, and produces a
 *token*, which contains the message in a form that can't be read
 or altered without the key.
 .
 This package is compatible with the other implementations at
 https://github.com/fernet. They can exchange tokens freely among
 each other.
 .
 This package contains files that is tool using
 golang-github-fernet-fernet-go-dev.

golang-github-fernet-fernet-go-dev: Go library for generates/verifies HMAC-based authentication tokens

 This library takes a user-provided *message* (an arbitrary sequence of
 bytes), a *key* (256 bits), and the current time, and produces a
 *token*, which contains the message in a form that can't be read
 or altered without the key.
 .
 This package is compatible with the other implementations at
 https://github.com/fernet. They can exchange tokens freely among
 each other.