ciform/crypto/sha1/ivy.xml
2012-01-27 16:20:59 +01:00

24 lines
1.1 KiB
XML

<ivy-module version="2.0">
<info organisation="crypto" module="sha1" revision="1.0.0" status="integration" publication="20120127135932">
<license name="Copyright Paul Johnston 2000 - 2002" url="http://pajhome.org.uk/crypt/md5"/>
<license name="BSD License"/>
<ivyauthor name="Nicolas BONARDELLE" url="http://nicobo.net/contact?subject=crypto+base64+ivy"/>
<description homepage="http://code.google.com/p/ciform">
A JavaScript implementation of the Secure Hash Algorithm, SHA-1, as defined in FIPS PUB 180-1
</description>
</info>
<configurations>
<!-- The source script as plain text, including all inner informations and comments. -->
<conf name="source"/>
<!-- An obfuscated, size-reduced version of the script. Use to speed up loading time in final environment. -->
<conf name="minified"/>
</configurations>
<publications>
<artifact name="sha1" type="js" conf="source"/>
<artifact name="sha1-min" type="js" conf="minified"/>
</publications>
<dependencies>
<!-- no dependency required -->
</dependencies>
</ivy-module>