Another .NET implementation of Skein!

Keep them coming!

Alberto Fajardo has an implementation in .NET that is tuned for speed. Take a look at http://code.google.com/p/skeinfish/.

Skein in .NET

Sriram Krishnan has done a managed implementation of Skein in .NET, which is available on his blog at http://www.sriramkrishnan.com/blog/2009/08/nskein-skein-implementation-net.html.

Botan Crypto Library includes Skein-512

The Botan C++ crypto library now includes Skein-512. http://botan.randombit.net/news/releases/1_8_3.html

Skein implementation in Ada

Martin Kausche has done a Skein implementation in Ada, too.

Skein Proofs Paper released.

We have released the final (V1.0, 29 April 2009) version of the Skein Proofs paper. It is available from the downloads page, or directly from <http://www.skein-hash.info/sites/default/files/skein-proofs.pdf>.

New Skein Implementation for AVR Microcontroller

Daniel Otte has created an implementation of Skein for the AVR microcontroller. The implementation can be found at http://www.das-labor.org/wiki/AVR-Crypto-Lib/en and is licensed under GPLV3.

Skein implementation in C#

Thomas Mueller's Skein-512 Java code got ported to C#/.NET. The
code's available here:

http://www.hotpixel.net/software.html#skein512net

Draft of Skein Proofs Paper Available

In our Skein paper, we reference an unpublished paper detailing Skein's proofs of security.

A draft of that paper is now available at:

http://www.skein-hash.info/sites/default/files/skein-proofs.pdf.

We'll update it with the final paper soon.

Skein in FPGA Hardware

Men Long has a paper on implementing Skein on the Xilinx Vertex-5 FPGA system. You can find the paper from the downloads page, or directly from this link.

A Cryptol implementation of Skein

The folks at Galois have come up with an implementation of Skein using their Cryptol language. Their article is here.

Thank you to Sigbjorn Finne, who did the article and likely the implementation, and Sally Browning, who told us about it.