ciform/crypto/rsa/ivy.xml

22 lines
1.1 KiB
XML

<ivy-module version="2.0">
<info organisation="nicommons.crypto" module="rsa" revision="1.0-SNAPSHOT" status="integration">
<license name="Copyright 2000 by John M Hanna" url="http://sourceforge.net/projects/shop-js"/>
<license name="GNU General Public License (GPL)" url="http://www.gnu.org/copyleft/gpl.html"/>
<ivyauthor name="Nicolas BONARDELLE" url="http://nicobo.net/contact?subject=crypto+rsa+ivy"/>
<description homepage="http://ciform.googlecode.com">
This library provides a Javascript implementation of the RSA cipher.
</description>
</info>
<configurations>
<conf name="default" description="The library in clear, meaning visible source code and comments." />
<conf name="minified" description="An obfuscated, size-reduced version of the script. Use to speed up loading time in final environment." />
</configurations>
<publications>
<artifact name="rsa" type="js" conf="default"/>
<artifact name="rsa-min" type="js" conf="minified"/>
</publications>
<dependencies>
<!-- no dependency required -->
</dependencies>
</ivy-module>