強火で進め

このブログではプログラム関連の記事を中心に書いてます。

SHA-3 のアルゴリズムの選定が完了

keccak のものに決定したそうです。

NIST.gov - Computer Security Division - Computer Security Resource Center
http://csrc.nist.gov/groups/ST/hash/sha-3/winner_sha-3.html

NIST Selects Winner of Secure Hash Algorithm (SHA-3) Competition
http://www.nist.gov/itl/csd/sha-100212.cfm

早速、 GitHub に各種言語向けにライブラリが上がっていたのでご紹介。

JavaScript

https://github.com/drostie/sha3-js

このライブラリは選定前の候補のもの全ての実装がされています。今回 keccak のものに決定したので keccak.js というファイルを使えばOKなはずです。

関連情報

『暗号をめぐる最近の話題』 -- Baldanders.info
http://www.baldanders.info/spiegel/log2/000586.shtml