Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 288A4A5851 for ; Wed, 28 May 2014 22:02:16 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 90A5014A20F; Wed, 28 May 2014 22:02:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8243914A1F0 for ; Wed, 28 May 2014 22:02:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id WnhEdTFphMHq for ; Wed, 28 May 2014 22:02:12 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id CB46414A1EC for ; Wed, 28 May 2014 22:02:11 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id C938696; Wed, 28 May 2014 22:02:11 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Wed, 28 May 2014 22:02:11 +0000 From: "Ryosuke Moro" Subject: CVS commit: pkgsrc/devel/hs-tf-random To: pkgsrc-changes@NetBSD.org Reply-To: szptvlfn@netbsd.org X-Mailer: log_accum Message-Id: <20140528220211.C938696@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: szptvlfn Date: Wed May 28 22:02:11 UTC 2014 Added Files: pkgsrc/devel/hs-tf-random: DESCR Makefile PLIST buildlink3.mk distinfo Log Message: Import tf-random-0.5 as devel/hs-tf-random, packaged for wip. This package contains an implementation of a high-quality splittable pseudorandom number generator. The generator is based on a cryptographic hash function built on top of the ThreeFish block cipher. See the paper Splittable Pseudorandom Number Generators Using Cryptographic Hashing by Claessen, Pałka for details and the rationale of the design. The package provides the following: A splittable PRNG that implements the standard System.Random.RandomGen class. The generator also implements an alternative version of the System.Random.TF.Gen.RandomGen class (exported from System.Random.TF.Gen), which requires the generator to return pseudorandom integers from the full 32-bit range, and contains an n-way split function. An alternative version of the Random class is provided, which is linked to the new RandomGen class, together with Random instances for some integral types. Two functions for initialising the generator with a non-deterministic seed: one using the system time, and one using the /dev/urandom UNIX special file. The package uses an adapted version of the reference C implementation of ThreeFish from the reference package of the Skein hash function (https://www.schneier.com/skein.html), originally written by Doug Whiting. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/hs-tf-random/DESCR \ pkgsrc/devel/hs-tf-random/Makefile pkgsrc/devel/hs-tf-random/PLIST \ pkgsrc/devel/hs-tf-random/buildlink3.mk \ pkgsrc/devel/hs-tf-random/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.