| 组织ID: |
com.ubirch.util |
| 项目ID: |
crypto_2.11 |
| 版本: |
0.3.2 |
| 最后修改时间: |
2019-11-02 05:42:16 |
| 包类型: |
jar |
| 标题: |
Apache 2 |
| 描述: |
ubirch util with crypto related code |
| 相关URL: |
http://ubirch.com |
| 大小: |
52.25KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.ubirch.util</groupId>
<artifactId>crypto_2.11</artifactId>
<version>0.3.2</version>
</dependency>
|
| Gradle引入代码: |
com.ubirch.util:crypto_2.11:0.3.2
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.ubirch.util</groupId>
<artifactId>crypto_2.11</artifactId>
<packaging>jar</packaging>
<description>ubirch util with crypto related code</description>
<url>http://ubirch.com</url>
<version>0.3.2</version>
<licenses>
<license>
<name>Apache 2</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>crypto</name>
<organization>
<name>com.ubirch.util</name>
<url>http://ubirch.com</url>
</organization>
<scm>
<url>https://github.com/ubirch/ubirch-scala-utils</url>
<connection>https://github.com/ubirch/ubirch-scala-utils.git</connection>
</scm>
<developers>
<developer>
<id>ubirch</id>
<name>ubirch</name>
<email>release@ubirch.com</email>
<url>http://www.ubirch.com/</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.11.8</version>
</dependency>
<dependency>
<groupId>com.roundeights</groupId>
<artifactId>hasher_2.11</artifactId>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.11</artifactId>
<version>3.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.9.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.joda</groupId>
<artifactId>joda-convert</artifactId>
<version>1.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
net.i2p.crypto.eddsa.math.bigint.BigIntegerScalarOps.class
net.i2p.crypto.hash.HashUtil$$anonfun$1.class
net.i2p.crypto.eddsa.EdDSAEngine$OneShotSpec.class
net.i2p.crypto.eddsa.math.ed25519.Ed25519ScalarOps.class
net.i2p.crypto.eddsa.math.ed25519.Ed25519LittleEndianEncoding.class
net.i2p.crypto.eddsa.spec.EdDSAParameterSpec.class
net.i2p.crypto.eddsa.spec.EdDSANamedCurveTable.class
net.i2p.crypto.eddsa.KeyFactory.class
net.i2p.crypto.eddsa.math.Encoding.class
net.i2p.crypto.eddsa.math.Curve.class
net.i2p.crypto.eddsa.math.bigint.BigIntegerLittleEndianEncoding.class
net.i2p.crypto.eddsa.EdDSAEngine$1.class
net.i2p.crypto.eddsa.math.Constants.class
net.i2p.crypto.eddsa.math.Curve$1.class
net.i2p.crypto.eddsa.KeyPairGenerator.class
net.i2p.crypto.eddsa.spec.EdDSANamedCurveSpec.class
net.i2p.crypto.eddsa.math.GroupElement$1.class
net.i2p.crypto.eddsa.spec.EdDSAGenParameterSpec.class
net.i2p.crypto.eddsa.math.GroupElement$Representation.class
net.i2p.crypto.eddsa.Utils.class
net.i2p.crypto.eddsa.math.GroupElement.class
net.i2p.crypto.eddsa.spec.EdDSAPrivateKeySpec.class
net.i2p.crypto.eddsa.EdDSAEngine.class
net.i2p.crypto.hash.HashUtil$.class
net.i2p.crypto.hash.HashUtil$$anonfun$randomSha256Hashes$1.class
net.i2p.crypto.eddsa.math.ed25519.Ed25519FieldElement.class
net.i2p.crypto.eddsa.EdDSAKey.class
net.i2p.crypto.hash.HashUtil.class
net.i2p.crypto.eddsa.math.bigint.BigIntegerFieldElement.class
net.i2p.crypto.eddsa.spec.EdDSAPublicKeySpec.class
net.i2p.crypto.eddsa.math.Field.class
net.i2p.crypto.eddsa.math.ScalarOps.class
net.i2p.crypto.eddsa.EdDSAPublicKey.class
net.i2p.crypto.eddsa.math.FieldElement.class
net.i2p.crypto.eddsa.EdDSAPrivateKey.class
|
| 依赖Jar: |
scala-library-2.11.8.jar
/org.scala-lang/scala-library/2.11.8
查看scala-library所有版本文件
hasher_2.11-1.2.0.jar
/com.roundeights/hasher_2.11/1.2.0
查看hasher_2.11所有版本文件
scalatest_2.11-3.0.0.jar
/org.scalatest/scalatest_2.11/3.0.0
查看scalatest_2.11所有版本文件
joda-time-2.9.4.jar
/joda-time/joda-time/2.9.4
查看joda-time所有版本文件
joda-convert-1.8.1.jar
/org.joda/joda-convert/1.8.1
查看joda-convert所有版本文件
|