<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux-bitkeeper.git/crypto/tcrypt.h, branch master</title>
<subtitle>Linux Kernel BitKeeper History</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/atom?h=master</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/'/>
<updated>2005-02-24T03:25:26Z</updated>
<entry>
<title>[CRYPTO]: Add Tiger digest algorithms.</title>
<updated>2005-02-24T03:25:26Z</updated>
<author>
<name>Aaron Grothe</name>
<email>ajgrothe@yahoo.com</email>
</author>
<published>2005-02-24T03:25:26Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/commit/?id=a1b4c3d46cd400a0ee45080f2ea1a959a53018e3'/>
<id>urn:sha1:a1b4c3d46cd400a0ee45080f2ea1a959a53018e3</id>
<content type='text'>
Signed-off-by: James Morris &lt;jmorris@redhat.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[PATCH] crypto: fix test vectors</title>
<updated>2005-02-02T00:29:31Z</updated>
<author>
<name>James Morris</name>
<email>jmorris@redhat.com</email>
</author>
<published>2005-02-02T00:29:31Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/commit/?id=9011847b6d4738ec28d1b549ecc5ca5169065cae'/>
<id>urn:sha1:9011847b6d4738ec28d1b549ecc5ca5169065cae</id>
<content type='text'>
Looks like a cleanup broke the test vectors:
http://linux.bkbits.net:8080/linux-2.5/gnupatch@41ad5cd9EXGuUhmmotTFBIZdIkTm0A

Signed-off-by: James Morris &lt;jmorris@redhat.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[CRYPTO]: Make some code static</title>
<updated>2004-11-30T13:55:37Z</updated>
<author>
<name>Adrian Bunk</name>
<email>bunk@stusta.de</email>
</author>
<published>2004-11-30T13:55:37Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/commit/?id=e56b8fa84b02a66e0ce0739d02532f8bdf05dca9'/>
<id>urn:sha1:e56b8fa84b02a66e0ce0739d02532f8bdf05dca9</id>
<content type='text'>
This patch below makes some needlessly global code
static.

Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[CRYPTO]: Add Anubis support.</title>
<updated>2004-11-09T07:22:30Z</updated>
<author>
<name>Aaron Grothe</name>
<email>ajgrothe@yahoo.com</email>
</author>
<published>2004-11-09T07:22:30Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/commit/?id=71d41b0498ca5c5ba1d6a0e9187f28be5cebf8da'/>
<id>urn:sha1:71d41b0498ca5c5ba1d6a0e9187f28be5cebf8da</id>
<content type='text'>
Signed-off-by: Aaron Grothe &lt;ajgrothe@yahoo.com&gt;
Signed-off-by: James Morris &lt;jmorris@redhat.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[CRYPTO]: Add Tnepres cipher support</title>
<updated>2004-10-19T15:20:00Z</updated>
<author>
<name>James Morris</name>
<email>jmorris@redhat.com</email>
</author>
<published>2004-10-19T15:20:00Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/commit/?id=f07edd3fb3c3bee7bebe24fdf37ee76a51d91abe'/>
<id>urn:sha1:f07edd3fb3c3bee7bebe24fdf37ee76a51d91abe</id>
<content type='text'>
This patch adds support for the kerneli 'Tnepres' cipher, a reversed form
of Serpent which was implemented due to problems with the specification.
This allows people to maintain compatibility between old kerneli and
current kernels.

Signed-off-by: Ruben Garcia &lt;ruben@ugr.es&gt;
Signed-off-by: Fruhwirth Clemens &lt;clemens@endorphin.org&gt;
Signed-off-by: James Morris &lt;jmorris@redhat.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[CRYPTO]: Whirlpool algorithm updates.</title>
<updated>2004-09-28T07:03:47Z</updated>
<author>
<name>Aaron Grothe</name>
<email>ajgrothe@yahoo.com</email>
</author>
<published>2004-09-28T07:03:47Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/commit/?id=5eca4f1870657a5eec4cef8dd821d68f3dcb31a4'/>
<id>urn:sha1:5eca4f1870657a5eec4cef8dd821d68f3dcb31a4</id>
<content type='text'>
Signed-off-by: Aaron Grothe &lt;ajgrothe@yahoo.com&gt;
Signed-off-by: James Morris &lt;jmorris@redhat.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[CRYPTO]: Add Whirlpool digest algorithm.</title>
<updated>2004-08-24T04:28:16Z</updated>
<author>
<name>Aaron Grothe</name>
<email>ajgrothe@yahoo.com</email>
</author>
<published>2004-08-24T04:28:16Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/commit/?id=8548a5257d9475832b855542d2641141f5734b41'/>
<id>urn:sha1:8548a5257d9475832b855542d2641141f5734b41</id>
<content type='text'>
Given the recent potential weaknesses in the SHA and MD families,
I thought it might not be a bad idea to include another hash/digest
algorithm in the kernel.

So here is Whirlpool.  I chose it for a couple of reasons.

o - It is by the same people who did Khazad. I feel pretty good about their work.
o - It has been evaluated by NESSIE
  https://www.cosic.esat.kuleuven.ac.be/nessie/reports/phase1/sagwp3-037_1.pdf
o - NESSIE has accepted it as one of the cryptographic primitives
o - It will be part of an ISO standard in the revised ISO/IEC 10118-3:2003(E) standard, thanks to
NESSIE
o - It is patent free and has an implementation in the public domain.

Signed-off-by: Aaron Grothe &lt;ajgrothe@yahoo.com&gt;
Signed-off-by: James Morris &lt;jmorris@redhat.com&gt;
Signed-off-by: David S. Miller &lt;davem@redhat.com&gt;
</content>
</entry>
<entry>
<title>[CRYPTO]: Typo in crypto/tcrypt.h</title>
<updated>2004-08-10T11:25:56Z</updated>
<author>
<name>James Morris</name>
<email>jmorris@redhat.com</email>
</author>
<published>2004-08-10T11:25:56Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/commit/?id=c079dba38bd6dd5fc322b7a1b58924cde6b29761'/>
<id>urn:sha1:c079dba38bd6dd5fc322b7a1b58924cde6b29761</id>
<content type='text'>
From Nicolas Kaiser &lt;nikai@nikai.net&gt;

Signed-off-by: James Morris &lt;jmorris@redhat.com&gt;
Signed-off-by: David S. Miller &lt;davem@redhat.com&gt;
</content>
</entry>
<entry>
<title>[CRYPTO]: Add Khazad algorithm.</title>
<updated>2004-08-09T09:44:16Z</updated>
<author>
<name>Aaron Grothe</name>
<email>ajgrothe@yahoo.com</email>
</author>
<published>2004-08-09T09:44:16Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/commit/?id=54ab147ee4227579eda10bdbd44d9c7cc262c476'/>
<id>urn:sha1:54ab147ee4227579eda10bdbd44d9c7cc262c476</id>
<content type='text'>
Signed-off-by: Aaron Grothe &lt;ajgrothe@yahoo.com&gt;
Signed-off-by: James Morris &lt;jmorris@redhat.com&gt;
Signed-off-by: David S. Miller &lt;davem@redhat.com&gt;
</content>
</entry>
<entry>
<title>[CRYPTO]: Add TEA and XTEA algorithms.</title>
<updated>2004-06-29T15:26:40Z</updated>
<author>
<name>Aaron Grothe</name>
<email>ajgrothe@yahoo.com</email>
</author>
<published>2004-06-29T15:26:40Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/commit/?id=e8b5631a69d05e77b42e3438462b7deec41f184d'/>
<id>urn:sha1:e8b5631a69d05e77b42e3438462b7deec41f184d</id>
<content type='text'>
The following is a patch against 2.6.7 (should apply cleanly to 2.6.5 or 
above).  It implements the Tiny Encryption Algorithm (TEA) and the 
Xtended TEA (XTEA) algorithms.  TEA goes back to 1994 and is a good 
algorithm espically for memory constrained systems.  It is similar in
concept to the IDEA crypto.  It does NOT have any patent restrictions
and has been put in the public domain by Wheeler and Needham.  Tea is used
in quite a few products such as filesafe and even Microsoft's Xbox.

Signed-off-by: Aaron Grothe &lt;ajgrothe@yahoo.com&gt;
Signed-off-by: James Morris &lt;jmorris@redhat.com&gt;
Signed-off-by: David S. Miller &lt;davem@redhat.com&gt;
</content>
</entry>
</feed>
