change version
This commit is contained in:
parent
8ab8cc4670
commit
74575bcc72
@ -1,7 +1,7 @@
|
|||||||
@title SHA-3 for Erlang
|
@title SHA-3 for Erlang
|
||||||
@author SUZUKI Tetsuya <tetsuya.suzuki@gmail.com>
|
@author SUZUKI Tetsuya <tetsuya.suzuki@gmail.com>
|
||||||
@copyright 2012- SUZUKI Tetsuya
|
@copyright 2012- SUZUKI Tetsuya
|
||||||
@version 0.1.0
|
@version 0.1.1
|
||||||
@reference <a href="http://en.wikipedia.org/wiki/SHA-3">Wikipedia: SHA-3</a>
|
@reference <a href="http://en.wikipedia.org/wiki/SHA-3">Wikipedia: SHA-3</a>
|
||||||
@reference <a href="http://csrc.nist.gov/groups/ST/hash/sha-3/index.html">NIST: Cryptographic Hash Algorithm Competition</a>
|
@reference <a href="http://csrc.nist.gov/groups/ST/hash/sha-3/index.html">NIST: Cryptographic Hash Algorithm Competition</a>
|
||||||
@reference <a href="http://keccak.noekeon.org/">The Keccak sponge function family</a>
|
@reference <a href="http://keccak.noekeon.org/">The Keccak sponge function family</a>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{application, sha3,
|
{application, sha3,
|
||||||
[
|
[
|
||||||
{description, ""},
|
{description, ""},
|
||||||
{vsn, "0.1.0"},
|
{vsn, "0.1.1"},
|
||||||
{registered, []},
|
{registered, []},
|
||||||
{applications, [
|
{applications, [
|
||||||
kernel,
|
kernel,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user