Re: [Cfrg] I-D Action:draft-kiyomoto-kcipher2-02.txt

"Wook Shin" <wookshin@kddilabs.jp> Wed, 13 April 2011 01:39 UTC

Return-Path: <wookshin@kddilabs.jp>
X-Original-To: cfrg@ietfc.amsl.com
Delivered-To: cfrg@ietfc.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfc.amsl.com (Postfix) with ESMTP id 9B0CFE071A for <cfrg@ietfc.amsl.com>; Tue, 12 Apr 2011 18:39:41 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.519
X-Spam-Level:
X-Spam-Status: No, score=-2.519 tagged_above=-999 required=5 tests=[AWL=0.080, BAYES_00=-2.599]
Received: from mail.ietf.org ([208.66.40.236]) by localhost (ietfc.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xux5+HzDJP7j for <cfrg@ietfc.amsl.com>; Tue, 12 Apr 2011 18:39:40 -0700 (PDT)
Received: from mandala.kddilabs.jp (mandala.kddilabs.jp [IPv6:2001:200:601:12::16]) by ietfc.amsl.com (Postfix) with ESMTP id 24992E0715 for <cfrg@irtf.org>; Tue, 12 Apr 2011 18:39:37 -0700 (PDT)
Received: from localhost (mandala.kddilabs.jp [127.0.0.1]) by mandala.kddilabs.jp (Postfix) with ESMTP id 0316317481F7; Wed, 13 Apr 2011 10:39:35 +0900 (JST)
X-Virus-Scanned: amavisd-new at kddilabs.jp
Received: from mandala.kddilabs.jp ([127.0.0.1]) by localhost (mandala.kddilabs.jp [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XIPASGTCBsTA; Wed, 13 Apr 2011 10:39:33 +0900 (JST)
Received: from ist.sec.kddilabs.jp (ist.sec.kddilabs.jp [IPv6:2001:200:601:d00:2e0:81ff:fe28:b57f]) by mandala.kddilabs.jp (Postfix) with ESMTP id CF9EF1748140; Wed, 13 Apr 2011 10:39:33 +0900 (JST)
Received: from ohpato-t61.sec.kddilabs.jp by ist.sec.kddilabs.jp (8.14.1/8.12.11) with ESMTP id p3D1dgwL015591; Wed, 13 Apr 2011 10:39:45 +0900
Content-Type: multipart/mixed; boundary="----------3nUzBVlQFOMryCDfcdRQL9"
To: "cfrg@irtf.org" <cfrg@irtf.org>
References: <20110413010001.17531.11616.idtracker@ietfc.amsl.com>
Date: Wed, 13 Apr 2011 10:39:28 +0900
MIME-Version: 1.0
From: Wook Shin <wookshin@kddilabs.jp>
Organization: KDDI
Message-ID: <op.vtur72zepzjggh@ohpato-t61.sec.kddilabs.jp>
In-Reply-To: <20110413010001.17531.11616.idtracker@ietfc.amsl.com>
User-Agent: Opera Mail/11.01 (Win32)
X-Antivirus: avast! (VPS 110412-1, 04/13/2011), Outbound message
X-Antivirus-Status: Clean
Subject: Re: [Cfrg] I-D Action:draft-kiyomoto-kcipher2-02.txt
X-BeenThere: cfrg@irtf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Crypto Forum Research Group <cfrg.irtf.org>
List-Unsubscribe: <http://www.irtf.org/mailman/options/cfrg>, <mailto:cfrg-request@irtf.org?subject=unsubscribe>
List-Archive: <http://www.irtf.org/mail-archive/web/cfrg>
List-Post: <mailto:cfrg@irtf.org>
List-Help: <mailto:cfrg-request@irtf.org?subject=help>
List-Subscribe: <http://www.irtf.org/mailman/listinfo/cfrg>, <mailto:cfrg-request@irtf.org?subject=subscribe>
X-List-Received-Date: Wed, 13 Apr 2011 01:39:41 -0000

Hello all,

I've revised our previous draft that explains the KCipher-2 stream cipher.
The current version includes some code snippets written in the C language
syntax, so that it could help implementers get clearer idea of how it works
and help them check their outputs with the test vectors mentioned in the
draft.
The new version of the draft can be found at
   http://www.ietf.org/internet-drafts/draft-kiyomoto-kcipher2-02.txt

I have attached a naive implementation of KCipher-2 written in C.
Two files, KCipher2.c and KCipher2.h, are in the attached .zip file,
and no special option is required to compile and run the program.
The code snippets and the test vector running examples in the draft are
 from the the attached code.

Please look at the new version of the draft and the code, and let me
have your comments.

Thank you,

Wook