libdigest-hmac-perl 1.04+dfsg-ok1 source package in openKylin

Changelog

libdigest-hmac-perl (1.04+dfsg-ok1) nile; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 06 May 2024 21:47:52 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main perl
Huanghe V3.0 release main perl
Nile V2.0 release main perl
Nile V2.0 proposed main perl

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdigest-hmac-perl_1.04+dfsg.orig.tar.xz 9.3 KiB fd9483ea986ed45dbf33a9b6bbfc1cee87c5274689c28ab97e7a9174a38e9dbc
libdigest-hmac-perl_1.04+dfsg-ok1.debian.tar.xz 1.8 KiB 375d2ab036f468f87e50c26e834422931ec0775475d989478a62ebcfe485db86
libdigest-hmac-perl_1.04+dfsg-ok1.dsc 1.9 KiB eb55239cd0398fc08f205e0b1c830eab310ebd08d85a205cd5fced23bf9bf829

Available diffs

View changes file

Binary packages built by this source

libdigest-hmac-perl: module for creating standard message integrity checks

 HMAC is used for message integrity checks between two parties
 that share a secret key, and works in combination with some other
 Digest algorithm, usually MD5 or SHA-1. The HMAC mechanism
 is described in RFC 2104.
 .
 The Digest::HMAC module follow the common Digest:: interface,
 but the constructor takes the secret key and the name of some
 other simple Digest:: module as argument.