Oskar Sandberg <oskar at freenetproject.org> writes:

> On Thu, May 03, 2001 at 07:25:21PM +0100, Adam Langley wrote:
> > On Wed, May 02, 2001 at 09:06:52PM -0400, Tavin Cole wrote:
> > > The 21st byte in freenet keys contains a value equal to the smallest 
> > > power of
> > > 2 which is _larger_ than the PartSize of the data.  For CHKs the PartSize 
> > > is
> > > the larger of 16364 (sic) and (plain file length)/20.  For all other keys 
> > > the
> > > PartSize is the length of the encrypted file plus control bytes.
> > 
> > 16364 would be 16384 with 20 bytes of hash.
> 
> Unfortunately I'm quite sure the test is applied to the full data length.
> It's a typo.

Scott told me the opposite in December, but I think I may have
determined that he was smoking crack.

-S

_______________________________________________
Devl mailing list
Devl at freenetproject.org
http://lists.freenetproject.org/mailman/listinfo/devl
>From - Sun May  6 15:05:02 2001
Return-Path: <devl-admin at freenetproject.org>
Received: from hawk.freenetproject.org (postfix@[4.18.42.11])
        by funky.danky.com (8.9.3/8.8.7) with ESMTP id QAA20327
        for <danello at danky.com>; Thu, 3 May 2001 16:04:47 -0400
Received: from hawk.freenetproject.org (localhost [127.0.0.1])
        by hawk.freenetproject.org (Postfix) with ESMTP
        id AC0B357FF8; Thu,  3 May 2001 13:45:04 -0700 (PDT)
Delivered-To: devl at freenetproject.org
Received: from obsidian.INS.cwru.edu (obsidian.INS.CWRU.Edu [129.22.8.232])
        by hawk.freenetproject.org (Postfix) with ESMTP id 1919557FE8
        for <devl at freenetproject.org>; Thu,  3 May 2001 13:44:10 -0700 (PDT)
Received: from pink (free-ppp072.MODEMS.CWRU.Edu [129.22.7.72]) by 
obsidian.INS.cwru.edu with SMTP (8.11.2+cwru/CWRU-3.8)
        id f43KcpM15579; Thu, 3 May 2001 16:38:51 -0400 (EDT) (from jnb2 at 
po.cwru.edu for <devl at freenetproject.org>)
Message-ID: <001c01c0d410$c46b3760$48071681 at cwru.edu>
From: "Jeffrey Borden" <j...@po.cwru.edu>
To: "Freenet Development List" <devl at freenetproject.org>
MIME-Version: 1.0
Content-Type: multipart/alternative;
        boundary="----=_NextPart_000_0019_01C0D3EF.3C77C2E0"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400
Subject: [freenet-devl] An eXtensible Freenet Message Board System
Sender: devl-admin at freenetproject.org
Errors-To: devl-admin at freenetproject.org
X-BeenThere: devl at freenetproject.org
X-Mailman-Version: 2.0.3
Precedence: bulk
Reply-To: devl at freenetproject.org
List-Help: <mailto:devl-request at freenetproject.org?subject=help>
List-Post: <mailto:devl at freenetproject.org>
List-Subscribe: <http://lists.freenetproject.org/mailman/listinfo/devl>,
        <mailto:devl-request at freenetproject.org?subject=subscribe>
List-Id: Discussion of information related to Freenet development 
<devl.freenetproject.org>
List-Unsubscribe: <http://lists.freenetproject.org/mailman/listinfo/devl>,
        <mailto:devl-request at freenetproject.org?subject=unsubscribe>
List-Archive: <http://lists.freenetproject.org/pipermail/devl/>
Date: Thu, 3 May 2001 16:36:43 -0400
X-Mozilla-Status: 0001
X-Mozilla-Status2: 00000000
X-UIDL: 3adbdd6c000003f6
Status: O
Content-Length: 4450
Lines: 115

This is a multi-part message in MIME format.

------=_NextPart_000_0019_01C0D3EF.3C77C2E0
Content-Type: text/plain;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

I have implemented a Freenet Message Board System for a school project.

The system uses XML files and transactions to allow users to maintain =
message boards similar to Usenet.

Users retrieve an XML file containing a message board and use the XFMB =
client to view messages.

Users may post new messages or reply to existing messages using the =
client.  The client will then send an encrypted message via anonymous =
email to a user acting as a board maintainer.

The board maintainer will run the XFMB server to retrieve update =
messages and update the version of the message board contained on =
Freenet.

A full description of  the project can be found at:
http://vorlon.cwru.edu/~jnb2/XFMBpresentation.html


Although most of the features have been implemented, the code is really =
not in a state ready to be released at this time.  I will probably have =
some time next week to finish implementing everything get it into a =
state to release a beta.

The source for what I have now can be found at:
http://vorlon.cwru.edu/~jnb2/XFMB/XFMBsource.zip

You will need all of the packages contained in =
http://vorlon.cwru.edu/~jnb2/XFMB/ to run the demo.

------=_NextPart_000_0019_01C0D3EF.3C77C2E0
Content-Type: text/html;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 5.50.4134.100" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>I have implemented a =
Freenet&nbsp;Message Board=20
System for a&nbsp;school project.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>

Reply via email to