php-constant-time 2.6.3-1 source package in Ubuntu

Changelog

php-constant-time (2.6.3-1) unstable; urgency=medium

  [ Paragon Initiative Enterprises ]
  * Add Base64::decodeNoPadding() and Base32::decodeNoPadding()
  * Update testsuite call

  [ David Prévot ]
  * Mark package as Multi-Arch: foreign
  * Update Standards-Version to 4.6.1

 -- David Prévot <email address hidden>  Sat, 18 Jun 2022 14:10:07 +0200

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-constant-time_2.6.3-1.dsc 1.8 KiB 117920df9becf940ca5bcd6efd7fec5c8f0562ab9800a46130fe730f81513947
php-constant-time_2.6.3.orig.tar.xz 12.4 KiB f3cbdd3872a57e7dd19af6672097e569a18cd3703c40d586ecfc6de014308af0
php-constant-time_2.6.3-1.debian.tar.xz 5.9 KiB c7d4b9af0b06c36faa0e526d6a3ffed63e4361055f7a43f15710d17560dd54d7

Available diffs

No changes file available.

Binary packages built by this source

php-constant-time: Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)

 This library aims to offer character encoding functions that do not leak
 information about what you are encoding/decoding via processor cache misses.