Delivery-Date: Thu, 21 Aug 2014 17:36:12 -0400
Return-Path: <tor-talk-bounces@lists.torproject.org>
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on moria.seul.org
X-Spam-Level: 
X-Spam-Status: No, score=-4.7 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED,
	DKIM_SIGNED,FREEMAIL_FROM,RCVD_IN_DNSWL_MED,RP_MATCHES_RCVD,T_DKIM_INVALID
	autolearn=ham version=3.3.1
X-Original-To: archiver@seul.org
Delivered-To: archiver@seul.org
Received: from eugeni.torproject.org (eugeni.torproject.org [38.229.72.13])
	(using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by khazad-dum.seul.org (Postfix) with ESMTPS id 3DAA61E0CC2;
	Thu, 21 Aug 2014 17:36:11 -0400 (EDT)
Received: from eugeni.torproject.org (localhost [127.0.0.1])
	by eugeni.torproject.org (Postfix) with ESMTP id 16DA730820;
	Thu, 21 Aug 2014 21:36:07 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
 by eugeni.torproject.org (Postfix) with ESMTP id B8A9530809
 for <tor-talk@lists.torproject.org>; Thu, 21 Aug 2014 21:36:03 +0000 (UTC)
X-Virus-Scanned: Debian amavisd-new at eugeni.torproject.org
Received: from eugeni.torproject.org ([127.0.0.1])
 by localhost (eugeni.torproject.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id lj_2JxohCbvd for <tor-talk@lists.torproject.org>;
 Thu, 21 Aug 2014 21:36:03 +0000 (UTC)
Received: from mail-oa0-x22b.google.com (mail-oa0-x22b.google.com
 [IPv6:2607:f8b0:4003:c02::22b])
 (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
 (Client CN "smtp.gmail.com",
 Issuer "Google Internet Authority G2" (not verified))
 by eugeni.torproject.org (Postfix) with ESMTPS id 98D0630709
 for <tor-talk@lists.torproject.org>; Thu, 21 Aug 2014 21:36:00 +0000 (UTC)
Received: by mail-oa0-f43.google.com with SMTP id i7so8062485oag.30
 for <tor-talk@lists.torproject.org>; Thu, 21 Aug 2014 14:35:58 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
 h=mime-version:date:message-id:subject:from:to:content-type;
 bh=jIcdhzQt7LEcwbMRU2+XEMYObz0juwHv16Khh66p5cc=;
 b=UjkCqUpHXFLMTixYEk0+nZhxnxB5M/C7bo36/Khmws2/fSqHspQf88vQ3rmOvg6sr/
 X9X6Nc0WSHvNNJPzfw482craxtmVXzS2HTrXCkrr4uxfJRowIoWGGds0yCZxY4fjnsOA
 qOm0dZV1D3SCNyOPYM5QXpQu59vnFS59RF2ssp+A8f0m5MzmHkBPKC+yKGYuhoRhjCsb
 lM1kRvLTPPfKerNBEhBxE7L6eDWRQCdUQFEngVLxlcPrm9VIBaPRUzYOxhNzFQRkWs6c
 KpLKwp3AfI8fVCe8KqPMlC9bVZKYUWpRt2NRbn2mJCMuGSbCqS4BxEB1wYPTpmrWi/Tf
 Ch5Q==
MIME-Version: 1.0
X-Received: by 10.182.128.34 with SMTP id nl2mr1173894obb.44.1408656958201;
 Thu, 21 Aug 2014 14:35:58 -0700 (PDT)
Received: by 10.182.73.233 with HTTP; Thu, 21 Aug 2014 14:35:58 -0700 (PDT)
Date: Thu, 21 Aug 2014 16:35:58 -0500
Message-ID: <CAK+css+UU-HzVzENon6=T_boZyLuKpkV33DzQ998_6Q2pmMh2A@mail.gmail.com>
From: Mark Knight <mknight.tag@gmail.com>
To: tor-talk@lists.torproject.org
X-Content-Filtered-By: Mailman/MimeDel 2.1.15
Subject: [tor-talk] Help test a new RBG
X-BeenThere: tor-talk@lists.torproject.org
X-Mailman-Version: 2.1.15
Precedence: list
Reply-To: tor-talk@lists.torproject.org
List-Id: "all discussion about theory, design,
 and development of Onion Routing" <tor-talk.lists.torproject.org>
List-Unsubscribe: <https://lists.torproject.org/cgi-bin/mailman/options/tor-talk>, 
 <mailto:tor-talk-request@lists.torproject.org?subject=unsubscribe>
List-Archive: <http://lists.torproject.org/pipermail/tor-talk/>
List-Post: <mailto:tor-talk@lists.torproject.org>
List-Help: <mailto:tor-talk-request@lists.torproject.org?subject=help>
List-Subscribe: <https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk>, 
 <mailto:tor-talk-request@lists.torproject.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: tor-talk-bounces@lists.torproject.org
Sender: "tor-talk" <tor-talk-bounces@lists.torproject.org>

Hi,

We have placed MKRAND - A Digital Random Bit Generator, on GitHub, and it
would be helpful to receive some feedback regarding its potential use in
the TOR project.

This RBG does not use mathematical methods, and thus does not suffer from
wraparound issues or dependency on ALU architectures.

https://github.com/mknight-tag/MKRAND

The RBG can be considered alpha-quality at this stage and is not ready for
production use, however it is appropriate for research into new kinds of
obfuscation protocols and key generation schemes.
-- 
tor-talk mailing list - tor-talk@lists.torproject.org
To unsubscribe or change other settings go to
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk

