haskell-secret-sharing 1.0.1.2-1build3 source package in Ubuntu

Changelog

haskell-secret-sharing (1.0.1.2-1build3) hirsute; urgency=medium

  * No-change rebuild for new GHC ABIs

 -- Steve Langasek <email address hidden>  Fri, 30 Oct 2020 01:28:41 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Hirsute
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
haskell-secret-sharing_1.0.1.2.orig.tar.gz 13.6 KiB 095966c90276cebcd55dbe535bfee9513bf47ca489841cfa9240c5a8feb2c524
haskell-secret-sharing_1.0.1.2-1build3.debian.tar.xz 2.7 KiB e07d51b090faf468104101eb0b773a9f5505a192d65bc8ff056adcda599191f4
haskell-secret-sharing_1.0.1.2-1build3.dsc 2.9 KiB e700cba6606a087dd6449f27157e03dc691080541298d0fa5fb39d48054d61fb

Available diffs

View changes file

Binary packages built by this source

libghc-secret-sharing-dev: No summary available for libghc-secret-sharing-dev in ubuntu hirsute.

No description available for libghc-secret-sharing-dev in ubuntu hirsute.

libghc-secret-sharing-doc: No summary available for libghc-secret-sharing-doc in ubuntu hirsute.

No description available for libghc-secret-sharing-doc in ubuntu hirsute.

libghc-secret-sharing-prof: (m, n)-threshold secret sharing scheme; profiling libraries

 This library implements the secret sharing method described by Adi
 Shamir, "How to Share a Secret", Communications of the ACM 22 (11):
 612–613, 1979.
 .
 Given a bytestring and integers n and m, produces n strings, any m of
 which are sufficient to reconstruct the original bytestring.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.