cr.yp.to update
Dave Sill <[email protected]> Fri, 5 Aug 2005 15:33:52 -0400
| Newsgroups | gmane.comp.djb.announce |
|---|---|
| Organization | Oak Ridge National Lab, Oak Ridge, Tenn., USA |
| Message-ID | <[email protected]> |
diff -ru .old-crypto/conferences/2005-crypto/www.iacr.org/conferences/crypto2005/program.html cr.yp.to/conferences/2005-crypto/www.iacr.org/conferences/crypto2005/program.html
--- .old-crypto/conferences/2005-crypto/www.iacr.org/conferences/crypto2005/program.html 2005-07-07 08:18:40.000000000 -0400
+++ cr.yp.to/conferences/2005-crypto/www.iacr.org/conferences/crypto2005/program.html 2005-07-28 12:17:16.000000000 -0400
@@ -344,7 +344,7 @@
<td height=13 class=xl33 align=right>11:20</td>
<td align="center" class=xl33>-</td>
<td class=xl34>12:20</td>
- <td class=xl36>The Development of Public Key Cryprography: a Personal View; and Thoughts on Nanotechnology</td>
+ <td class=xl36>The Development of Public Key Cryptography: a Personal View; and Thoughts on Nanotechnology</td>
</tr>
diff -ru .old-crypto/conferences/2005-crypto/www.iacr.org/conferences/crypto2005/regis.html cr.yp.to/conferences/2005-crypto/www.iacr.org/conferences/crypto2005/regis.html
--- .old-crypto/conferences/2005-crypto/www.iacr.org/conferences/crypto2005/regis.html 2005-06-24 17:39:46.000000000 -0400
+++ cr.yp.to/conferences/2005-crypto/www.iacr.org/conferences/crypto2005/regis.html 2005-07-30 21:24:12.000000000 -0400
@@ -67,9 +67,12 @@
The regular registration fee is $600, and $270 for students. For those
who have attended an IACR conference earlier this year, the
registration fee is $512, and $226 for students. The surcharge for
-late registration (after August 1, 2005) is $100. The registration fee
-includes participation in the program and all social functions, a copy
-of the proceedings, membership in the
+late registration is $100.
+<span style='color:red'><strong>
+The deadline for early registration was recently extended to August 3, 2005.
+</strong></span>
+The registration fee includes participation in the program
+and all social functions, a copy of the proceedings, membership in the
<a href="http://www.iacr.org/">IACR</a>, and a subscription to the
<a href="http://www.iacr.org/jofc/jofc.html">Journal of Cryptology</a>.
(IACR membership can be declined by indicating refusal on the
Binary files differ: .old-crypto/conferences/2005-focm/www.damtp.cam.ac.uk/user/na/FoCM/FoCM05/ScheduleFoCM05.pdf cr.yp.to/conferences/2005-focm/www.damtp.cam.ac.uk/user/na/FoCM/FoCM05/ScheduleFoCM05.pdf
diff -ru .old-crypto/conferences/2005-schoof/www.mat.uniroma2.it/%7Eschoof/anogia.html cr.yp.to/conferences/2005-schoof/www.mat.uniroma2.it/%7Eschoof/anogia.html
--- .old-crypto/conferences/2005-schoof/www.mat.uniroma2.it/%7Eschoof/anogia.html 2005-06-08 16:41:02.000000000 -0400
+++ cr.yp.to/conferences/2005-schoof/www.mat.uniroma2.it/%7Eschoof/anogia.html 2005-08-01 19:38:48.000000000 -0400
@@ -19,10 +19,6 @@
<a href="http://www.math.uoc.gr/AXAK">Anogia Academic Village</a>
</h1>
<h1>
-Application:
-<a href="http://www.iacm.forth.gr/news/anogia.html">form</a>
-</h1>
-<h1>
Schedule:</h1>
<ul>
<li>Arrival: Saturday July 23, 2005
@@ -32,11 +28,13 @@
</ul>
<h1>
Program: <h2>
-<a href="anogiaprog.html">preliminary version</a>
-</h2.</h1>
-<h1> Travel:</h1>
-<ul><li> Cheap <a href="http://www.whichbudget.com/budget-airlines-en.html#to7">
-flights</a> to Greece.
+<ul><li>
+<a href="anogiaprog.html">final version</a>
+</h2></ul></h1>
+<h1> Photos:<h2>
+<ul><li> <a href="http://cage.ugent.be/~jdemeyer/gallery/anogia2005">
+photos</a>
+</h2>
</ul>
</h1>
<br><br>
diff -ru .old-crypto/salsa20.html cr.yp.to/salsa20.html
--- .old-crypto/salsa20.html 2005-05-12 06:04:46.000000000 -0400
+++ cr.yp.to/salsa20.html 2005-07-30 16:39:08.000000000 -0400
@@ -17,6 +17,10 @@
<a href="snuffle.html">Salsa20 stream cipher</a>
has a separate page;
it uses the Salsa20 hash function to encrypt data.
+The separate page includes speed documentation
+more detailed than the information on this page.
+This page has newer information:
+in particular, speedups for the Athlon and PowerPC.
<h2>Overview</h2>
The 64-byte input x to Salsa20
is viewed in little-endian form
@@ -192,6 +196,10 @@
Each double-round takes 49 PowerPC 7410 cycles.
There is an obvious bottleneck of 48 cycles for 96 integer operations
in each double-round.
+<p>
+Matthijs van Duin reports that an AltiVec implementation of Salsa20
+is ``almost twice as fast
+as djb's non-altivec G4-tuned assembly implementation.''
<h2>UltraSPARC II: 13.77 cycles/byte</h2>
My <tt>salsa20_word_sparc</tt> implementation of Salsa20
is aimed at the Sun UltraSPARC II and Sun UltraSPARC III.