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

Changelog

golang-github-fernet-fernet-go (0.0~git20180830.9eac43b-1) unstable; urgency=medium

  * Initial release (Closes: #933823)

 -- Nobuhiro Iwamatsu <email address hidden>  Sun, 04 Aug 2019 07:45:15 +0900

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
golang-github-fernet-fernet-go_0.0~git20180830.9eac43b-1.dsc 2.3 KiB cb2c79f80648a64fc47d8e07cee0254a26ce10a066841adbba78db3a41fbcb22
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-1.debian.tar.xz 2.2 KiB f391c07429ff5bb89a62a2d80174707688324366664b9cffd8487bb8f5954e42

No changes file available.

Binary packages built by this source

fernet-go: No summary available for fernet-go in ubuntu eoan.

No description available for fernet-go in ubuntu eoan.

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.